Quote:
Originally Posted by b1ng0
I think he's wanting to parse and execute php code that is stored within the database, and already being included within a php page...
|
That would require the server to parse the page twice, which it won't do. Another way to make it work would be to use a script to generate and save a php page on the server, then redirect to that page when done.