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 $message = blah!!
> 
>  $addresses = "[EMAIL PROTECTED]";
> $subject = "Cam Application";
> $line = "\r\n"
> $message = $name. $line. $email. $line. $bestbritish. $line. $bestcharacterinbrit. 
>$line. $bestyank. $line. $bestcharacterinyank. $line. $bestsketch. $line. 
>$bestanimation. $line. $bestcomedyfilm. $line. $bestfilmchar. $line. $bestquiz. 
>$line. $worstsitcom. $line. $comments;
> ?>
> 
> 
> -lk6-
> http://www.StupeedStudios.f2s.com
> Home of the burning lego man!
> 
> ICQ: 115852509
> MSN: [EMAIL PROTECTED]
> AIM: legokiller666
> 
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 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.com/dannys/sendform.php on line 22

line 22 is $message = blah!!




-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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.com/dannys/sendform.php on line 22
> 
> line 22 is $message = blah!!
> 
>  $addresses = "[EMAIL PROTECTED]";
> $subject = "Cam Application";
> $line = "\r\n"
> $message = $name. $line. $email. $line. $bestbritish. $line. $bestcharacterinbrit. 
>$line. $bestyank. $line. $bestcharacterinyank. $line. $bestsketch. $line. 
>$bestanimation. $line. $bestcomedyfilm. $line. $bestfilmchar. $line. $bestquiz. 
>$line. $worstsitcom. $line. $comments;
> ?>





Look at line 21, then.
You forgot the semicolon:

$line = "\r\n";
  ^



-- 

* R&zE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Another script doesnt work!

2001-09-04 Thread Kyle Smith

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 $message = blah!!




-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666