Newbie, easy question...

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

 



Below is  a simple php file that recieves input from a form html file.  The
php file outputs the first and last name, but their is no space between the
names.  Does anyone know how I can get a space between name in the php file?
TIA,
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