View Single Post
  #4  
Old 02-07-2011, 08:57 AM
stcxiong is offline stcxiong
Registered User

Join Date: Feb 2011
Posts: 3

Hi, I am using phUploader 1.2 and I am interested in adding If($success!="") {
mail ("Youremail@email.com", "File Uploaded", "A file has been uploaded at your website");
}

to the php code but I can't locate If(($error=="") AND ($success=="")) {
$error.="<b>FAILED:</b> No files selected<br />";
}

Help?
Reply With Quote