> 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

Reply via email to