View Single Post
  #5  
Old 01-04-2004, 12:58 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

add in:

Code:
$email = $contact["email"]; $mailcnt = array_pop( func_query_first("select count(*) from $sql_tbl[maillist] where email='$email'") ); if( empty($mailcnt) ){ db_query("insert into $sql_tbl[maillist] (email, since_date) values ('$email','".time()."')"); }

to include/help.php right before where it says:

func_header_location("help.php?section=contactus") ;

It will then add them to the newsletter mailing list.
__________________
ex x-cart guru
Reply With Quote