Looky another question from me.
I have an extermley simple script I wrote that allows me to modify my pages from my browser, and then stores the data into MySQL. When I then request the index.php file it pulls all of this data out of MySQL, puts into the layout and sends it to the browser.
My problem is, that on one of my pages I need to include that from another PHP file, so I added my <include> statment to my form, it was saved to MySQL, but when my script pulls it out, instead of parsing the include line, it just sends it to the browser. I was woundering if there was a way to include this data into my page and have it processed within the print statment?