I'm new to PHP, but hope someone can offer some assistance.
I have several subdomains that share a single set of template files by symbolic link. In the template, I need to create a link that is unique to the subdomain being viewed.
My thought was to store the URL in a text file in the root of each subdomain and write my link using the contents of that text file.
can this be done?
thanks!