I know this is a really strange question, and I don't think it can be done, but I'm going to ask anyway...might save me some trouble. I was wondering if there is a way to store php code inside a mysql database, and then call that code from another php script on the server...so the php code in the database is executed instead of echoed directly to the screen? The reason being that I am managing a lot of websites that need to have the same information on one part of the screen, which I update with a mysql database currently. The problem is that if I want to change the way the table is displayed that contains the information, I have to change the code on each site manually, and I would like to change the table inside of a mysql db, where it will update all of the sites at once. I know that html tables can be stored in a db just fine and it will display the way it was intended, but inside my html, I have mysql connections and queries.
Sorry for so much info, but I wanted to try and be clear on this one. If anyone knows how I can do this, please help. Also, if you need any more info, because you can't understand a thing I just said, then please reply.
Thanks...