There is a dot at the end which is wrong :
$message = $alias. "\r\n".$name. "\r\n". $email. "\r\n". $site. "\r\n".
$cam. "\r\n". $quote.;

^

see this??
it should be like this :
$message = $alias. "\r\n".$name. "\r\n". $email. "\r\n". $site. "\r\n".
$cam. "\r\n". $quote;
Regards,
Kunal Jhunjhunwala
----- Original Message -----
From: "Kyle Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 3:20 AM
Subject: [PHP] I dont see whats wrong!


i get this error message
Parse error: parse error in
/web/sites/197/lk6/www.stupeedstudios.f2s.com/sendcam.php on line 53

for

$message = $alias. "\r\n".$name. "\r\n". $email. "\r\n". $site. "\r\n".
$cam. "\r\n". $quote.;

i honestly dont see whats wrong!

-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