Including a PHP file that can be used with multiple sites
- by Roland
I have a web server that we use, apache, centos5, php
I have a file called 'include.php' that I need to include in multiple sites.
Eg. I have a site called testsite.co.za, now in the index.php i want to include the include.php file, the include.php is not in the root of testsite.co.za,
Now i created another folder includes in the web root…