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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC