php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18154 My scalars are disabled in the address bar..
Submitted: 2002-07-03 21:30 UTC Modified: 2002-07-03 21:41 UTC
From: schaffer23 at elitegaming dot org Assigned:
Status: Not a bug Package: *URL Functions
PHP Version: 4.2.1 OS: WindowsMe
Private report: No CVE-ID: None
 [2002-07-03 21:30 UTC] schaffer23 at elitegaming dot org
Well my site is http://www.elitegaming.org/btb/index.php

I found out that if I add ?page=members to this link then it would load the same index.php file but also $page would = members.  I used this to load up all my pages by keyword.  Everything was working fine except now on the newest release of php it doest work.  Now all my links which look like

http://www.elitegaming.org/btb/index.php?page=news
http://www.elitegaming.org/btb/index.php?page=members

Basically when the $page scalar is set my main page uses that to decide which remote file to open via SSI.

I would appreciate any help anyone can give.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-03 21:41 UTC] sniper@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
be off. See http://www.php.net/release_4_2_0.php for more info.
We are sorry about the inconvenience, but this change was a necessary
part of our efforts to make PHP scripting more secure and portable.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC