Re: [PHP] Newbie "Parse" error

2002-09-02 Thread eriol
Use a closing "?>" php tag before writing your html and after your mail() function.. Also, in your first $mailheaders variable, you may want to add a ":" after "From".. HTH.. Take care.. peace.. eriol "Chase Knott" <[EMAIL PROTECTED]> disgorged: : Maybe you can help me with YOUR eyes aga

Re: [PHP] Newbie "Parse" error

2002-09-02 Thread Chase Knott
I thank you... I love these newsgroups, but I tend to feel REALLY stupid when the answer comes... Thanks again! Chase [EMAIL PROTECTED] wrote: > You have forgotten a ?> before your HTML starts. > > / Martin > > Citat Chase Knott <[EMAIL PROTECTED]>: > > >>Maybe you can help me with YOUR

Re: [PHP] Newbie "Parse" error

2002-09-02 Thread mhe
You have forgotten a ?> before your HTML starts. / Martin Citat Chase Knott <[EMAIL PROTECTED]>: > Maybe you can help me with YOUR eyes again... Now I am getting this > error... > > Parse error: parse error, unexpected '<' in send_contact_form.php on > line 18 > > This will be around the "

Re: [PHP] Newbie "Parse" error

2002-09-02 Thread Chase Knott
Maybe you can help me with YOUR eyes again... Now I am getting this error... Parse error: parse error, unexpected '<' in send_contact_form.php on line 18 This will be around the "" line... John Wards wrote: > $subject = "Message From MCV Contact Form" > you have missed out a ; on the above

Re: [PHP] Newbie "Parse" error

2002-09-02 Thread John Wards
$subject = "Message From MCV Contact Form" you have missed out a ; on the above line use your eyes...:-) John - Original Message - From: "Chase Knott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 4:18 PM Subject: [PHP] Newbie "Parse" error > I am sure