a.php

<?php
list($a) = $_GET;
print $a;
?>

and I typed a.php?b=c

I expected c would be printed, What the problems have I made?
-- 
Regards,
Ns_Andy, [EMAIL PROTECTED]



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

Reply via email to