[snip]
Hello I am trying to get some php code that's in a mysql field to
execute...all I can get it to do is print the php code as human
readable...

I'm trying somthing like this..:

print $sql["data"];

where data has something like this in it:

Hello, this is <? print $name;?>


anyone have any suggestions?
[/snip]

Yes. http://www.php.net/eval

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to