View Single Post
  #5 (permalink)  
Old 05-01-2008, 03:45 PM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 794
Last Blog:
Programming "Just a ...
Credits: 102
Rep Power: 9
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default Re: Help with image upload script - need to make an if null statement

cant you use

if (empty($_FILES['new_image']['name'])){
Reply With Quote

Sponsored Links