hey I've creating several html pages which include php files and I want to link to them relatively because I don't know what my domain will be and I'm using a test server on my local computer. So I want something to the effect of /phpfolder/myphpfile.php so that I can have the same link in all of my html pages. I've been trying to figure out how to do this but with no real success. I've read something about php storing the root dir in a variable but I couldn't get it to work. I'm very new with php and any advice someone has on a good way to do this would be appreciated.