[PHP-DEV] PHP 4.0 Bug #7742: Forms not working with php 4.0.3p1 (windows NT) From: paul.d.rowlands <email protected>
Date: 11/10/00

From: paul.d.rowlands <email protected>
Operating system: Windows NT 4.0
PHP version: 4.0.3pl1
PHP Bug Type: *Function Specific
Bug description: Forms not working with php 4.0.3p1 (windows NT)

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>

-- 
Edit Bug report at: http://bugs.php.net/?id=7742&edit=1

-- 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>