php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10018 querystrings in php
Submitted: 2001-03-27 08:42 UTC Modified: 2001-03-27 09:18 UTC
From: johan at dandruff dot se Assigned:
Status: Not a bug Package: Variables related
PHP Version: 4.0.4pl1 OS: slackware 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
10 + 13 = ?
Subscribe to this entry?

 
 [2001-03-27 08:42 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-27 08:45 UTC] cynic@php.net
hi,
1/ check the value of register_globals setting in php.ini.
2/ send further questions to php-general@lists.php.net
 [2001-03-27 09:18 UTC] cynic@php.net
should've stayed bogus... thanks Jani :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 11:01:32 2024 UTC