To anyone who can help,
I want to pull an include from a MYSQL table... Is that possible?
I have something like this in a MYSQL cell,
<? include("file"); ?>
Is there any way for PHP to process that include from the table?
Thanks
You can store php code in a mysql table and hace it executed by the eval() function.