For applications that I host on shared servers I tend to make use of the GetTemplatePath() and GetBasePath() functions. They can be used to take out hard-coding paths that can get folks in trouble.
Good tips Hatton. I am reading up on this as I write this. It seems
GetBaseTemplatePath() would seem more appropriate in my case. Im adjusting my code accordingly. Thanks