If I want to access an array of something from a form,
is it true that I just have to use
$_POST["array[$counter"]? So I can legitimately do a
count() of this array, like count($_POST["array"])?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to