johnnyb
11-05-2003, 03:58 AM
Hello, I'm fairly new to php and am looking for the correct way to execute some code that is contained in a variable.
For example, say $myVar contains the string "<?php echo("I am ". 2003-1980 ."years old."); ?>" How can I execute the that string?
JB
For example, say $myVar contains the string "<?php echo("I am ". 2003-1980 ."years old."); ?>" How can I execute the that string?
JB