Re: [PHP] Another script doesnt work!

2001-09-04 Thread Tim
You're missing a ";" on the line above the error. - Tim On Tue, 2001-09-04 at 16:18, Kyle Smith wrote: > And this time its not because of a dot, someone please help! > > Parse error: parse error in >/web/sites/197/lk6/www.stupeedstudios.f2s.com/dannys/sendform.php on line 22 > > line 22 is $m

RE: [PHP] Another script doesnt work!

2001-09-04 Thread Niklas Lampén
If line 22 is '$message = blah!!' it should be '$message = "blah!!";' or then you're missing a ';' from the end of previous line. Niklas -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: 4. syyskuuta 2001 23:19 To: [EMAIL PROTECTED] Subject: [PHP] Another script doe

Re: [PHP] Another script doesnt work!

2001-09-04 Thread
From: Kyle Smith <[EMAIL PROTECTED]> Date: Tue, Sep 04, 2001 at 01:18:42PM -0700 Message-ID: <[EMAIL PROTECTED]> Subject: [PHP] Another script doesnt work! > And this time its not because of a dot, someone please help! > > Parse error: parse error in >/web/sites/197/lk6/www.stupeedstudios.f2s.