I cut and pasted this code onto my machine and realized that you've got some bogus hidden characters in there. Don't know if that's your issue or not, but once I cleared them out it worked fine for me.

-Steve

On Monday, November 18, 2002, at 03:22 PM, Robert Duran wrote:
{{

<?php

 $avar = 50;

 $tvar = 60;

 $svar = $_GET[ "svar"];
 echo "$avar";
 echo "test";
 echo "$tvar";
 echo "test";
 echo "$svar";
?>

--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to