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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC