You'd have to use the eval function or dump it to a file.
I guess think about it - how would you get PHP to retrieve AND execute the code otherwise?
Maybe you can use the system()/exec() function which calls PHP and pass it a string containing all your PHP code in the database. But by doing so, $POST, $GET, etc will probably not contain the data you might be expecting unless you pass it in some how.