faqts : Computers : Programming : Languages : PHP : Function Libraries : PHP Related

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 11 people (9%) answered Yes
Recently 1 of 10 people (10%) answered Yes

Entry

Can I execute php-code stored in an mysql-database? And if I can, how?

Oct 9th, 2006 09:59
Matthew Wilkinson, Ginia Dible, http://php.net/eval


You need to use eval() to run the PHP once you have loaded it from the
database.