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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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 Mar 29 08:01:27 2024 UTC