RE: [PHP] HELP!! What wrong with this code...

2001-07-31 Thread Dave
oppy HTML editing since you can usually edit the PHP tag directly from the GUI HTML editor Dave >-Original Message- >From: Steve Wright [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 31, 2001 12:13 PM >To: PHP List >Subject: [PHP] HELP!! What wrong with this code... >

RE: [PHP] HELP!! What wrong with this code...

2001-07-31 Thread Sam Masiello
From: Steve Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 12:13 PM To: PHP List Subject: [PHP] HELP!! What wrong with this code... Hey, i am getting an error passed back for this line of code, the rest of the code is below: echo "Your feedback has been sent to

RE: [PHP] HELP!! What wrong with this code...

2001-07-31 Thread Angerer, Chad
escape the double quotes around the href... with \" PHP thinks youe are ending the echo string prematurely. -Original Message- From: Steve Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:13 AM To: PHP List Subject: [PHP] HELP!! What wrong with this code... Hey,

[PHP] HELP!! What wrong with this code...

2001-07-31 Thread Steve Wright
Hey, i am getting an error passed back for this line of code, the rest of the code is below: echo "Your feedback has been sent to mailto:$address";>$name"; the error is: Parse error: parse error, expecting `','' or `';'' in /www/customers/stevewrightonline.co.uk/form/do_sendform.php on line 2