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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC