Hi I am trying to formulate a link using $PHP_SELF and the link comes out saying http://198.XXX.XXX.XXX/index.php?=1 where the x's are my ip.
I did a phpinfo with the php myadmin and the enviroment i am working from also contains my ip.
SERVER_NAME 192.168.1.1
SERVER_ADDR 192.168.1.1
SERVER_PORT 80
REMOTE_ADDR
Is there a way I can change this to my domain name. Is there an option in the php.ini file or the mysql config or the phpmyadmin config? thanks for helping