<Original message>
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!!
> 
> <?php
> $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;
> ?>

</Original message>

<Reply>

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

$line = "\r\n";
              ^

</Reply>

-- 

* 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]

Reply via email to