Howdy!
How can I withdraw php code from a MySQL database and plop it into the php code to run on the server...
Any ideas?!?!
there a couple of ways to accomplish this
1) extract the data to a temporary file and then include the temporary file afterwhich you delete the temporary file.
2) http://www.php.net/eval
Many thanks to you sir 😉