Search found 6 matches
- Wed Oct 29, 2003 9:48 am
- Forum: PHP - Code
- Topic: mail() & Blank Form Fields
- Replies: 13
- Views: 1562
- Tue Oct 28, 2003 2:45 pm
- Forum: PHP - Code
- Topic: mail() & Blank Form Fields
- Replies: 13
- Views: 1562
- Tue Oct 28, 2003 9:35 am
- Forum: PHP - Code
- Topic: mail() & Blank Form Fields
- Replies: 13
- Views: 1562
Here's what I've gone with:
http://cgi.southeringtons.plus.com/sendmail.txt
Long & complicated, but gives me a lot more control over how the email looks. Plus I learnt a lot more while doing it
Thanks for all your help.
-UserFrienldy
http://cgi.southeringtons.plus.com/sendmail.txt
Long & complicated, but gives me a lot more control over how the email looks. Plus I learnt a lot more while doing it
Thanks for all your help.
-UserFrienldy
- Thu Oct 09, 2003 10:44 am
- Forum: PHP - Code
- Topic: mail() & Blank Form Fields
- Replies: 13
- Views: 1562
- Thu Oct 09, 2003 10:25 am
- Forum: PHP - Code
- Topic: mail() & Blank Form Fields
- Replies: 13
- Views: 1562
Thankyou, that's a great help. This is my first go at PHP... I knew I had to do something along those lines, but wasn't aware of the fact that you could add to variables as you went along (is that what the .= does?). The above code will certainly mean that I will be able to use the script to acheive...
- Thu Oct 09, 2003 8:07 am
- Forum: PHP - Code
- Topic: mail() & Blank Form Fields
- Replies: 13
- Views: 1562
mail() & Blank Form Fields
Hi. This form: http://cgi.southeringtons.plus.com/php/form.htm Submits to this script: http://cgi.southeringtons.plus.com/php/sendmail.txt Please take a look at the code, particulary 'sendmail.txt'. A glance at the form web page will be useful aswell. It's the mail() part of the script that I need h...