5
Glad it worked, but I would advise you to always upload PHP files in ascii (text) mode. That way any foreign text formatting, e.g. older Mac OS line-breaks, will automatically be converted to the server OS format.
Many servers don't care, but I have come across some that are really picky about this.
On a related point, I have discovered that some versions of the Smarty compiler will choke on accented characters (e.g. French) if they are present in HTML comments in templates. This returns a rather misleading 'unclosed tag' error.
A thread is for life. Not just for Christmas.