When using notepad++ to edit a PHP file, new lines are ignored. So if I put a comment in place using "//some comment" any code that proceeds the comment is ignored by the PHP parser.
Netbeans works fine. I assume it's something do to with the line endings in notepad++?
Does anyone have a quick fix?
Thanks!