php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31752 problem with pages in php
Submitted: 2005-01-29 18:16 UTC Modified: 2005-01-29 20:05 UTC
From: gucapi at gmail dot com Assigned:
Status: Not a bug Package: *Web Server problem
PHP Version: 4.3.9 OS: win XP SP1
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: gucapi at gmail dot com
New email:
PHP Version: OS:

 

 [2005-01-29 18:16 UTC] gucapi at gmail dot com
Description:
------------
Hi! I've a problem!!

I instaled apache 2 and php 4.3.9, and I'vr for exmple:

- 1st page: index.php
- 2nd page: index.php?view=page2

whene i'm in index.ph is all right but when i click in link anda go to 2nd page teh adress is "index.php?view=page2" but the content of page is of the "index.php"


Anybody can help me? Please :S


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-29 18:29 UTC] johannes@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
'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.

. 
 [2005-01-29 18:45 UTC] gucapi at gmail dot com
Hi

I change register_globals = On in php.ini but the error is there. index.php = index.php?view=page

:S
 [2005-01-29 20:05 UTC] tony2001@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. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC