Hello, How would I make my variable Ie. $var="<?php echo("hi"); ?>'; execute the php inside it to have an ending result of just hi?
Any help is appreciated.
Brian
$var="echo(\"hi\");"; eval($var);
how about just $var="hi"; echo $var; ?
you twit, i'm sure they just dont want to display "hi" they want to run a script from the variable
LOL well slap my around and call me silly. didnt see that one, gotta admit it was funny though