This little program would be incredibly useful, except... I have had no joy getting it working. I have tried it both on a remote host and in a local (WAMP) server environment, and all I get is JavaScript errors ("Assignment to undeclared variable"). Any suggestions?
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, working now, but the only environment I could get it working in was IE7 and on a remote server - though what difference that would make I am not quite sure. Something to bear in mind. VERY useful little routine for messy coders (messy everything in fact) like me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This little program would be incredibly useful, except... I have had no joy getting it working. I have tried it both on a remote host and in a local (WAMP) server environment, and all I get is JavaScript errors ("Assignment to undeclared variable"). Any suggestions?
Mark
OK, working now, but the only environment I could get it working in was IE7 and on a remote server - though what difference that would make I am not quite sure. Something to bear in mind. VERY useful little routine for messy coders (messy everything in fact) like me.
In some cases the short php tag marker is not identified causing the JS error. Prefix the line <? echo parseFile();?> with <?php instead of <?.