calling PHP functions from a MYSQL table

admin

Administrator
Staff member
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
 
Back
Top