Just out of curiosity, are you going to be posting every time you have a 
syntax error?

As for this error, it's likely a combination of:

1. not having either single or double quotation marks around the string 
literal; or

2. If that line isn't the last line in a php block, it needs a semi-colon 
at the end.

So, try...

$message = "blah!!";

J


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!!
> 
> <?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; ?>
> 
> 
> -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]

Reply via email to