View Single Post
  #2  
Old 08-17-2008, 12:47 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,974

After this bit of code near line 237:
PHP Code:
If(trim($yourmessage)=="") { 
    
$error.="You did not enter a message!<br />";

Add this:
PHP Code:
If(empty($_FILES['attachment'])) {
    
$error.="You did not attach a file!<br />";

__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote