php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10017 querystrings in php
Submitted: 2001-03-27 08:39 UTC Modified: 2001-04-29 11:49 UTC
From: johan at dandruff dot se Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.4pl1 OS: slackware 7.1
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: johan at dandruff dot se
New email:
PHP Version: OS:

 

 [2001-03-27 08:39 UTC] johan at dandruff dot se
hello
the php index.php source
when i tried this url: http://localhost/index.php?reqLang=1
nothing happens..what is the wrong...
i really can't understand why php can't catch querystrings.
it has always worked before.
<HTML>
<HEAD>
</HEAD>
<BODY>
<?php
print $reqLang;
?>
</BODY>
</HTML>

//Johan Svensson

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-29 11:49 UTC] sniper@php.net
Do you have register_globals = on  in your php.ini ?

--Jani

 [2001-04-29 11:49 UTC] jmoore@php.net
No feedback.

closing
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 11:01:29 2025 UTC