Oopps, sorry for my previous reply. Actually I've missunderstood your question - I've understood it better now.
The "eval" is indeed the key - but there is one major performance issue - when eval-ing code from the database, you won't be able to use a PHP accelerator - as they can't optimize dynamically eval-ed code. What we regularily use is to cache the PHP code in some PHP files that are actually "required" when you need to execute them Alexandru -- Alexandru COSTIN Chief Operating Officer http://www.interakt.ro/ +4021 312 5312 "Jeremy Darling" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a database of code pages and was wondering if their is a way to > actually run the code from the Database as if it was part of a page. > > Thanks, > Jeremy > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php