php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7742 Forms not working with php 4.0.3p1 (windows NT)
Submitted: 2000-11-10 05:41 UTC Modified: 2000-12-15 20:00 UTC
From: paul dot d dot rowlands at delphiauto dot com Assigned:
Status: Closed Package: *Function Specific
PHP Version: 4.0.3pl1 OS: Windows NT 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
20 + 44 = ?
Subscribe to this entry?

 
 [2000-11-10 05:41 UTC] paul dot d dot rowlands at delphiauto dot com
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>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-10 05:54 UTC] hholzgra@php.net
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-12-15 20:00 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC