Posted by Tim Ferguson on 08/14/07 17:13
Loki25 <kgarnett24@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
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming