php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17003 ?command not working
Submitted: 2002-05-04 11:25 UTC Modified: 2002-05-04 17:09 UTC
From: apcyberax at yahoo dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.2.0 OS: Unknown
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: apcyberax at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-05-04 11:25 UTC] apcyberax at yahoo dot com
Using a file like this...
<?

echo "$test";

?>

when using file?test=something

It will not echo to the page, Its always a empty page

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-04 11:33 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

Hint: use $_GET['test'] or enable register_globals in your php.ini. See http://www.php.net/release_4_2_0.php for more information.
 [2002-05-04 17:09 UTC] rasmus@php.net
Turn on register_globals in your php.ini file
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 03:01:28 2024 UTC