View Single Post
  #7  
Old 11-29-2004, 06:45 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Quote:
FILE:: include/help.php file

you will need to edit the following line
Code:

$fillerror = (empty($contact["firstname"]) || empty($contact["lastname"]) || empty($contact["email"]) || empty($contact["subject"]) || empty($contact["body"]));

Quote:
FILE:: include/help.php file
Reply With Quote