php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11862 if ($submit) {
Submitted: 2001-07-03 14:53 UTC Modified: 2001-07-03 15:19 UTC
From: jenshej1010 at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: Win98
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: jenshej1010 at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-07-03 14:53 UTC] jenshej1010 at hotmail dot com
It could be me, but after installing 406,(i run apache 1.3.20) the script where i use the "if ($submit) {" don't work. It's says! Warning: Undefined variable: submit in c:\programmer\apache group\apache\htdocs\signup.php on line 5

line 5 = if ($submit) {

When i put it on my server it works fine.

If it's me that done something wrong, then i'm sorry.

(it worked before installing 406)

this is the first version of php4 i have installed.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-03 15:09 UTC] derick@php.net
Set your error level to "E_ALL & ~E_NOTICE" and it will go
away. This is not a bug.

Derick
 [2001-07-03 15:19 UTC] jenshej1010 at hotmail dot com
I took the php.ini from the zip version of 406.

And know i works. So i guess the installer did something wrong!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC