Posted by Loki25 on 08/16/07 06:57
On Aug 14, 2:13 pm, Tim Ferguson <Ferguso...@softhome.net> wrote:
> Loki25 <kgarnet...@gmail.com> wrote in news:1186991766.268471.180630
> @o61g2000hsh.googlegroups.com:
>
> >> $message="web email\n";
> >> $message=.$_POST['message']."\n";
>
> I think this should be
>
> $message .= $_POST['message']."\n";
>
> since the operator is .= not =.
>
> Tim F
good catch
Navigation:
[Reply to this message]
|