php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20153 Variable problems
Submitted: 2002-10-29 16:18 UTC Modified: 2002-10-29 16:30 UTC
From: burt at hmmplanet dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.2.3 OS: Windows 2000 SP3
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: burt at hmmplanet dot com
New email:
PHP Version: OS:

 

 [2002-10-29 16:18 UTC] burt at hmmplanet dot com
I have a serious problem! When i write "http://localhost/test.php?var=hello!", and in "test.php": "<?= $var ?>" I get the following error: "Undefined variable: var"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-29 16:30 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Either turn on register_globals or use $_GET['var']
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 16:01:31 2025 UTC