[PHP-DEV] PHP 4.0 Bug #7742 Updated: Forms not working with php 4.0.3p1 (windows NT) From: sniper <email protected>
Date: 12/15/00

ID: 7742
Updated by: sniper
Reported By: paul.d.rowlands <email protected>
Old-Status: Feedback
Status: Closed
Bug Type: *Function Specific
Assigned To:
Comments:

No feedback.

Previous Comments:
---------------------------------------------------------------------------

[2000-11-10 05:54:47] hholzgra <email protected>
please add a phpinfo() after 'print $username;' and have a look at

- the configuration values for register_globals under
   Configuration -> PHP Core

- HTTP_GET_VARS["username"] in the Variables section near
   the end of output

---------------------------------------------------------------------------

[2000-11-10 05:41:59] paul.d.rowlands <email protected>
The following code does not work with php 4.0.3p1 under windows NT 4.
Username has no data.
I tried it with php3 under linux no problems.

<html>
<form>
Please type your name here:<br>
<input TYPE=text NAME=username><br><br>
<input TYPE=Submit VALUE="Take a Look">
</form>
<br>
YOU TYPED:
<?php
print $username;
?>
</html>

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7742

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