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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paul dot d dot rowlands at delphiauto dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC