When I add single quotes as suugested I get
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/fhlinux143/s/scavengers-uk.com/user/htdocs/sendmail.php on line 3
Surely this can't be so complicated??
Cheers
James
Search found 3 matches
- Sun Aug 17, 2008 11:07 am
- Forum: PHP - Code
- Topic: Form to email problems
- Replies: 4
- Views: 438
- Sat Aug 16, 2008 6:02 am
- Forum: PHP - Code
- Topic: Form to email problems
- Replies: 4
- Views: 438
Re: Form to email problems
Hi there Thanks for getting back to me. I had another look at feedback.php and yes, I think I have the fields that sendmail.php looks for. This is the feedback.php code (I'm not using the request form currently uploaded until I can get this simpler one to work.) <FORM method=post action="sendma...
- Fri Aug 15, 2008 2:59 pm
- Forum: PHP - Code
- Topic: Form to email problems
- Replies: 4
- Views: 438
Form to email problems
Hi there I'm a designer trying to use a bit of php to process a form but am having problems getting it to work. If you visit http://www.scavengers-uk.com and then type /feedback.php you'll see the simple form I'm using for testing purposes (ignore /request.html for the time being). Another file (als...