On Fri, Aug 09, 2002 at 07:50:46PM +0200, Gandalf wrote: > Well of course $foo[0] contains the first dimension of the $foo array and > the same goes for $bar[0]. > > It is still not working as it should, i am close to going nuts.
If I understood you correctly, there is no element 0 in $foo and no element 0 in $bar, only name and email or whatever it was. The array array("name"=>"Gandalf", "email"=>"[EMAIL PROTECTED]") for instance has no 0 element. Or did I misunderstand you? When trying to understand how things work or asking for help it's good ti simplify the script as much as possible. Stig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php