Creating Symbolic/Softlinks Using PHP

PHP is a fantastic language and it has some very useful capabilities. I am currently developing a website that has a unique structure. Basically, I am using symbolic links to act as subdomains that all point to a single program. I am then using PHP’s built in $_SERVER array to find the HTTP host. From [...]