PHP Classes

PHP_SELF Variable

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  PHP_SELF Variable  
Subject:PHP_SELF Variable
Summary:changes in PHP 5
Messages:2
Author:Werner Czenka
Date:2012-03-05 17:08:37
Update:2012-03-08 15:40:56
 

  1. PHP_SELF Variable   Reply   Report abuse  
Picture of Werner Czenka Werner Czenka - 2012-03-05 18:00:36
In an ealier script I used the PHP_SELF Variable like:
$PHP_SELF?id=$admin
since PHP5 I have to use $_SERVER['PHP_SELF']
what is the correct replace code for it?
$_SERVER['PHP_SELF'] . '?id=$admin' doesn't work!

There is 1 reply in this thread, which is not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.