Search found 3 matches

by andyc123
Wed Apr 23, 2008 5:55 am
Forum: PHP - Code
Topic: Total newbie form mail question
Replies: 3
Views: 151

Re: Total newbie form mail question

OK, I have tweaked the form and it seems to be working really well except it does not seem to complain in the name field is empty - is that becuase I have had to use the /n and how do I get around it?? I have pasted the code below. <html> <head><title>PHP Mail Sender</title></head> <body> <?php /* A...
by andyc123
Wed Apr 23, 2008 4:54 am
Forum: PHP - Code
Topic: Total newbie form mail question
Replies: 3
Views: 151

Re: Total newbie form mail question

Hi, it is just to stop somone from using the script to cc emails elsewhere so they cannot insert line breaks and add loads of addresses.....
by andyc123
Wed Apr 23, 2008 4:09 am
Forum: PHP - Code
Topic: Total newbie form mail question
Replies: 3
Views: 151

Total newbie form mail question

Hi guys, as the title TOTAL newbie here! I am building a form mail function and found this one on a site to use as a starting point <html> <head><title>PHP Mail Sender</title></head> <body> <?php /* All form fields are automatically passed to the PHP script through the array $HTTP_POST_VARS. */ $ema...