Super newbie question....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux