Date: 09/30/00
- Next message: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Previous message: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Next in thread: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Previous message: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Next in thread: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

