On Sun, 22 Sep 2002 01:13:08 +1000, you wrote:

>how can i check if an array is currently empty , for instance i have a file
>input field with an array name for multiple images, i need to check if there
>was no file uploaded in that field name and ignore it in the loop

I find that empty() works well to test if an array contains any
elements...

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

Reply via email to