What's the difference between these two variable?

$HTTP_POST_FILES["imageFile"]["name"][0]
$HTTP_POST_FILES["imageFile"]["name"][1]

$imageFile["name"][0]
$imageFile["name"][1]

The reason why I ask this is I get this error below when I echo out
$imageFile["name"][0] etc.

Warning: Undefined index: name in
/home/lbjs/lbjs.com/htdocs/user_admin/redirect.php on line 1787

Thanks,
jay


-- 
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]

Reply via email to