Hi there,
This is what I'm trying to do:

$pic = $_FILES['object$objectNumber'];
$picName = $pic['name'];
$pictmp = $pic['tmp_name'];

$objectNumber is being defined, but for some reason this code won't work.
Can someone tell me why and also what I can do to make it work?

Thanks in advance,
Dimitri Marshall

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

Reply via email to