php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4442 PHP4 won't pass any variables from page to page
Submitted: 2000-05-14 13:01 UTC Modified: 2000-05-15 14:50 UTC
From: marc at indivisibilities dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Release Candidate 2 OS: Windows '95
Private report: No CVE-ID: None
 [2000-05-14 13:01 UTC] marc at indivisibilities dot com
Try making a page entitled test.php
Put the following in it:

<? PRINT "Value is $value"; ?>

Now call the page with test.php?value=50

And watch $value having no value assigned to it :-(
Doesn't work with GET and POST.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 14:50 UTC] sas at cvs dot php dot net
Please enable register_globals in your php.ini configuration file. Otherwise, PHP will not register GPC data in the global namespace.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 16:01:27 2024 UTC