Hi!
When I use the echo to see what is inside the list(). Instead I got the
message on screen saying "ArrayArray".
The array are being assigned first then then list come second. ie.
$test = array();
$test1 = array()
list($test,$test1);
---------------
When I do "echo list($test,$test1);", it doesn't work.
What are the better way to see the data in the array?
Thanks,
Scott
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]