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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Fri May 17 04:01:34 2024 UTC