Date: 09/30/00
- Next message: Todd Cary: "Re: [PHP-DB] Not getting URL data"
- Previous message: Meir kriheli: "Re: [PHP-DB] Displaying one field"
- In reply to: Boaz Yahav: "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 ]
Boaz -
Below is the code; however, I cannot get the variables passed on any of
the scripts I have written, yet they are in the URL. I am using the PHP
4.0 Windows pre-compiled version with IIS 5.0. Everything else works:
processes ".php" files and accesses my Interbase DB. Help!!!!!!!!!!!!!
Todd
+++
URL:
http://209.204.172.137/test/php/processform.php method=?username=Todd
If I use GET:
http://209.204.172.137/test/php/processform.php?username=Todd
+++
Here are the script I am using. Do to the fact they are HTML, they may
not be readable.
[Sorry! I had an extra Form in the other one]
<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: Meir kriheli: "Re: [PHP-DB] Displaying one field"
- In reply to: Boaz Yahav: "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 ]

