Hola:
Existe $PHP_SELF... ¿

?
Si lo tienes en localhost podría no existir (bueno, no estoy seguro...)
$PHP_SELF = $_SERVER[PHP_SELF];
$elenlace = $PHP_SELF."?pagina=inicio";
echo <<< enlace
bienvenido invitado - <a href="$elenlace" >registrate aqui</a>
enlace;
Saludos