[LIP] PHP_SELF not working
H S Rai <[email protected]>
| Newsgroups | gmane.user-groups.linux.india.programmers |
|---|---|
| Message-ID | <[email protected]> |
In PHP, variable $PHP_SELF is not working. It was working fine on RH
7.1, but display nothing on RH8 and RH9.
For example the code gicen below display:
Begin H.S.Rai
This mean, it prints nothing for "echo $PHP_SELF;"
What may be the reason.
--
H.S.Rai
<html>
<body>
<?php
echo "\nBegin\n";
$myName = "H.S.";
echo $myName;
echo $PHP_SELF;
echo "Rai\n";
?>
</body>
</html>
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click