--- Daniel Page <[EMAIL PROTECTED]> wrote: > Would it be possible to store PHP code in a MySQL table, > then via a web page, connect to the DB, recover the code > that corresponds to a certain id number, then include > that code for execution?
Yes, and since your example demonstrates that you know how to query MySQL, this is all you need: http://www.php.net/manual/en/function.eval.php Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

