php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21101 Does not recognized URL Query strings, and &php_self
Submitted: 2002-12-19 18:50 UTC Modified: 2002-12-19 18:56 UTC
From: frdejesus at hotmail dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.3 OS: Windows 2000 Server
Private report: No CVE-ID: None
 [2002-12-19 18:50 UTC] frdejesus at hotmail dot com
I have install PHP version 4.2.3. I used the windows intallation version. When I try to pass variables trought url, it does not pass any values. Is not parsing url query string. Also $php_self does not return anything. I'm trying to configure phpcollab on a windows 2000 server.

Any help!!!!!
???

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-19 18:56 UTC] iliaa@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.

Your register_globals are Off, either enable this option or use the superglobals like $_GET, $_POST, $_REQUEST and so on.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Sep 10 10:00:02 2025 UTC