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? Thanks, Chuck