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?

0 of 5 people (0%) answered Yes
Recently 0 of 5 people (0%) answered Yes

Entry

how do I get my PHP page to parse PHP content stored in a MySQL database?

Oct 9th, 2006 09:52
Matthew Wilkinson, Ciaran Farrell, http://php.net/eval


Try using eval() to execute the PHP code when you have retrieved it from
the database.