Re: [PHP-DB] PHP tags in a MySQL echo

2002-04-09 Thread Joshua Stein
> Is there any way to work around this and get it to treat all the echoed rows > as PHP not just only text? Wrap the print around an eval(): print(eval($string)); -j. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHP tags in a MySQL echo

2002-04-09 Thread Adam Alkins
Hello Everyone, I'm currently working on a simple template system, where, all the html and few php tags are called from a database so I can easily update the site content via a form, e.t.c., that works fine. However, when I echo the text, the html/php, the php tags to not process. I figure the