Re: [PHP-DB] Not getting URL data From: Todd Cary (todd <email protected>)
Date: 09/30/00

Here are my corrected scripts:

Todd

+++

<html>
<form action="processform.php" method=POST>
  Please type your name here:<br>
  <input type="text" name="username"><br><br>
  <input type=submit value="Submit data"
</form>
</html>

+++

<html>
<?php
  echo("Welcome, " . $username);
?>
</html>

--
Todd Cary
Ariste Software
todd <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>