Hello,

I was under impression that php automatically gives values to image_type and 
image_name if one tries to upload image from a web form if the name of the 
uploaded image field is image.

If I do this I can see that there is a path for the uploaded image in a 
variable but the echo won't print anything. Where I am mistaken here?

var_dump($_GET);
echo $image_name;

Thanks
-Will

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

Reply via email to