Hello all, Please see the simple php program below. It recieves input from an html file form that outputs a clients first name and then last name. My problem is this, I cannot figure out how to get a 'space' to print out between the first and last name.... Any advise or thoughts for this php green-horn is greatly appreciated. Gary <html> <head> <title>Hi User</title> </head> <body> <h3>PHP program that receives a value from "whatsName"</h3> <? print "$fusername "; print "$lusername"; ?> </body> </html> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php