[snip] to my big surprise when i am executing test.php?abc=testvalue where test.php =
<? echo $abc ?> I get empty string can somebody say what's wrong? [/snip] register_globals = Off in php.ini try <? echo $_GET['abc']; ?> Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

