Search found 2 matches
- Sun Jun 22, 2008 7:15 pm
- Forum: PHP - Code
- Topic: Help with simple form
- Replies: 3
- Views: 372
Re: Help with simple form
Thankyou, now my line looks like this mail("nat.elmer@exemail.com.au", 'Online Form Enquiry from '.$name,"\n\n".$message,"\n\n".$country, .$_POST['how'] "From: $from"); it then warned that there was an unexpected'.' so i removed it but keep getting the e...
- Sat Jun 21, 2008 9:07 pm
- Forum: PHP - Code
- Topic: Help with simple form
- Replies: 3
- Views: 372
Help with simple form
Hi, I have a simple verification form at http://zandella.com/contact.php it goes through mailer.php and I have played around with the code as follows <?php // ----------------------------------------- // The Web Help .com // ----------------------------------------- // remember to replace you@email...