On Tuesday 30 April 2002 18:15, Ford, Mike [LSS] wrote: > > echo("Hi ",$_POST['fname']," ",$_POST['lname'],"Thank You For > > Registering !!!");
> You don't need to go as far as that. Just removing the parentheses from > the original statement would have done the trick -- the commas are fine. Or keep the parentheses but replace the commas with a period ( , -> . ). -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Many changes of mind and mood; do not hesitate too long. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php