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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 23 10:01:29 2024 UTC