php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36557 PHP Notice: Undefined index: tab in c:\Inetpub\wwwroot\
Submitted: 2006-02-28 12:11 UTC Modified: 2006-02-28 12:16 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: marketing at dynamicwebsol dot com Assigned:
Status: Not a bug Package: Performance problem
PHP Version: 5.1.2 OS: Win XP
Private report: No CVE-ID: None
 [2006-02-28 12:11 UTC] marketing at dynamicwebsol dot com
Description:
------------
The Problem is configuration was done properly but I have downloaded latest version of PHP 5.1.2. But in online it is the old version, so when I work online there is no error message, with the same code I am getting error while in offline(my local system PHP. I have pasted the error messages here.

Reproduce code:
---------------
PHP Notice: Undefined index: tab in c:\Inetpub\wwwroot\gamble\index.php on line 15 PHP Notice: Undefined index: pid in c:\Inetpub\wwwroot\gamble\index.php on line 16 PHP Notice: Undefined variable: gamelist in c:\Inetpub\wwwroot\gamble\index.php on line 33 PHP Notice: Undefined index: pid in c:\Inetpub\wwwroot\gamble\index.php on line 333 PHP Notice: Undefined variable: select in c:\Inetpub\wwwroot\gamble\index.php on line 348 PHP Notice: Undefined variable: game in c:\Inetpub\wwwroot\gamble\index.php on line 349 PHP Notice: Undefined variable: message in c:\Inetpub\wwwroot\gamble\mainnews.php on line 8 

Expected result:
----------------
It should work because its working in the old version of PHP which is in hosting server.

Actual result:
--------------
Notice: Undefined index: tab in c:\Inetpub\wwwroot\gamble\index.php on line 15

Notice: Undefined index: pid in c:\Inetpub\wwwroot\gamble\index.php on line 16

Notice: Undefined variable: gamelist in c:\Inetpub\wwwroot\gamble\index.php on line 33
 
 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-28 12:16 UTC] edink@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Change your error_reporting setting in php.ini
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 07:01:28 2024 UTC