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.