ok, this is my experience...
If you have some type of web-based editors provide by your web host, they can mess your files up.
there are times I tried so hard to get my code working but there is still always errors.. I uploaded the original file (sure it working again) and edit it by just deleting 1 space in a commented line... and got the parse error.
I think those web-based text editor doesn't save the file in the correct ASCII format, and that causes the problem.
always try to edit the file offline with some very crude (notepad, but not MS Word or WordPad...), or very professional text/codes editors (i use UltraEdit, it's excellent)...
Jedi
|