Could someone please tell me an easy way to dynamically define what the root path of a subdomain is when using includes in a PHP call?
Is there a way to define this in a document outside my current file and just require that file? I dont want to have to change that definition in all my pages if I ever move hosts or move my domain.
Any help would be appreciated.