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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC