php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3749 if $info is set $HTTP_GET_VARS[info] will have value of $info php3 worked
Submitted: 2000-03-06 17:40 UTC Modified: 2000-07-14 20:35 UTC
From: joshua at curtisonline dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Linux sundown 2.2.10 #1 Tue Jul
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: joshua at curtisonline dot net
New email:
PHP Version: OS:

 

 [2000-03-06 17:40 UTC] joshua at curtisonline dot net
#--- start script ---
<?php
#######
# call like test.php?category=sometext
#
$category="A TEXT STRING";

print "YOUARE: $HTTP_GET_VARS[category]<br>\n";

imprivate($HTTP_GET_VARS[category]);
function imprivate($category)
{
print "YOUARE: $category<br>\n";
}
?>
#--- end script ---

#-- compile options from phpinfo() --
System: Linux sundown 2.2.10 #1 Tue Jul 20 16:32:24 MEST 1999 i586 unknown
Build Date: Mar 3 2000 
Configure command: ./configure '--with-mysql' '--without-gd' '--without-ttf' '--disable-ttf' '--disable-gd'
'--with-apache=../apache_1.3.12' '--enable-track-vars'
php.ini path: /usr/local/lib
ZEND_DEBUG=1
SAPI=Apache
ZTS is undefined
#--end compile options from phpinfo() --

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-14 20:35 UTC] sterling at cvs dot php dot net
Not a bug.  Change $HTTP_GET_VARS manually.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 16:01:27 2024 UTC