How can I do this?
<? $var='echo "Hello";'; //include $var for parsing //prints //Hello ?>
Thanks
[man]eval[/man]
Thanks. I found it just as you posted.