">
<?php$p = "$Test";$q = "/$Example";echo $p,$q;?>
Since variables $Test and $Example is not defined we only see / as output.
Previous Question Next Question
Your comments will be displayed only after manual approval.