hi guys
i have one more question
first when i was using php 4.0.6 i used this statement
<a href="<?php print("$PHP_SELF?page="); ?>home">">Home</a>
and so on for my navigation url's
then it generated url's as follows
http://localhost/BSNL/index.php?page=home
and so on
it was working fine
then when i upgraded to php 4.2.3
it suddenly changed to
http://localhost/BSNL/?page=home
it works fine too
but i was just wondering if there is any hidden drawback in it
how can i rectify it
i also used $HTTP_SERVER_VARS['PHP_SELF'] as i saw in some site
but then it gave me an error
T_STRING expected - parse error
so help me guys