As you can read here: http://www.php.net/manual/en/function.list.php
Note: list() only works on numerical arrays and assumes the numerical
indices start at 0.
"b" is not numerical, I think ;-)

HTH,
Bastian


> 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