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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 08:01:32 2024 UTC