[PHP] PHP-script in MySQL-table

2002-04-23 Thread Michael Cronström
Hi all, I would like to enter ?php include (doc.php);? directly into MySQL-table. How do I escape? the above so that the script is executed? Is it possible? Web inventor Michael Cronstrom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP-script in MySQL-table

2002-04-23 Thread Andreas Stehn
Not sure if this is exactly what you are looking for, but you might want to take a look at the Eval function. (http://www.php.net/manual/en/function.eval.php ) /a Michael Cronström said: Hi all, I would like to enter ?php include (doc.php);? directly into MySQL-table. How do I escape?