php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25382 no output for $PHP_SELF
Submitted: 2003-09-03 10:14 UTC Modified: 2003-09-03 10:46 UTC
From: hepoi at yahoo dot com Assigned:
Status: Not a bug Package: Variables related
PHP Version: 4.3.3 OS: WINDOWS XP
Private report: No CVE-ID: None
 [2003-09-03 10:14 UTC] hepoi at yahoo dot com
Description:
------------
At first, I have write a small program under AppServ 2.0.0, (which contains PHP 4.3.1), using $PHP_SELF

e.g. <form name="frmCustomer" action="<?=$PHP_SELF?>">

it worked prefectly.

However, as soon as I transfer this script to AppServ 2.1.0 (which contains PHP 4.3.3 RC1), it does not work anymore. I read from the source output. I get:

<form name="frmCustomer" action="">


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-03 10:46 UTC] sniper@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
'off'. See http://www.php.net/release_4_2_0.php for more info.
We are sorry about the inconvenience, but this change was a necessary
part of our efforts to make PHP scripting more secure and portable.

*sigh*

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 21:01:33 2024 UTC