You could also perhaps try this.

$message = "
$alias
$name
$email
$site
$cam
$quote
";

Might not work in all cases though but it's certainly easier to read.

It all very much depends on personal preference.

Andy.

----- Original Message -----
From: "John Monfort" <[EMAIL PROTECTED]>
To: "Kyle Smith" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, September 03, 2001 4:13 PM
Subject: Re: [PHP] I dont see whats wrong!


>
>
>  Try removing the last period(.) after $quote.
>
>  Also, try this method:
>
>  $nl = "\r\n";
>
>  $message = $alias$nl$name$email$...so on and so forth.
>
>  Come to think of it, I think PHP has a constant for "\r\".
>  I think its  NL or something like that, I can't remember. Look in the
>  manual pages for some clues...hopefully, someone on here remember it.
>
>
>  I hope that helped.
>
>
>  -John
>
>
> On Mon, 3 Sep 2001, Kyle Smith wrote:
>
> > 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]
>


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