php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7885 Can't get input from form into PHP variables
Submitted: 2000-11-20 03:59 UTC Modified: 2000-12-30 19:52 UTC
From: fjortiz at comunet dot es Assigned:
Status: Closed Package: IIS related
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: fjortiz at comunet dot es
New email:
PHP Version: OS:

 

 [2000-11-20 03:59 UTC] fjortiz at comunet dot es
I wrote the typical "login.html" form, with "login" and "password" inputs, but to my surprise, when "login.php" script is called, variables $login and $password are just empty.

It happens with PHP as an ISAPI filter, and also as CGI.
Back to 3.0.17 everything works perfect.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-20 19:14 UTC] sniper@php.net
Check your php.ini for this line:

register_globals    =   off

If you can find it, set it to On and your script will work again.

--Jani

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jul 16 00:00:01 2026 UTC