Anthony Baker wrote: > I often use PHP includes in my files to pull in assets, but I hard code > the relative path to the root html directory for the sites that I'm > working on in each file. Example below: While I happen to think using include_path and $_SERVER is a better solution to setting up your environment, what you describe as what you want more closely fits php.ini's auto_prepend_file and nobody has suggested that yet. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php