View Single Post
  #4 (permalink)  
Old 04-24-2008, 05:13 AM
norbie norbie is offline
Newbie
 
Join Date: Dec 2006
Posts: 5
Credits: 0
Rep Power: 0
norbie is on a distinguished road
Default Re: Help with image upload script - need to make an if null statement

All sorted now, I just used:

PHP Code:
if ($_FILES['new_image']['name'] == "") { 
Thanks
Reply With Quote