An online php debugger/code editor

Posted by Zirak on Stack Overflow See other posts from Stack Overflow or by Zirak
Published on 2011-03-12T23:09:15Z Indexed on 2011/03/13 0:10 UTC
Read the original article Hit count: 230

It's a simple deal: I'm sometimes in places where I don't have my laptop, and find myself with spare time and an idea for a project. But unfortunately, I can't do anything about it.

I tried a variety of solutions, which include running IDEs (like phpstorm or Aptana) on a disc-on-key or cd (very slow and unappealing), trying several online solutions (like http://phpanywhere.net) and found that all of them are either buggy, overloaded or underloaded with features, just difficult to use, require FTP etc etc.

All that is required here is a syntax highlighting and debugging alerts; no actual running of code.

So the question is split into two:

1)Do you know of a good online php editor that you've used and enjoyed?

2)If no, then how would you go about making one?

The second one seems a bit general, so I'll try and expand...It might be a good idea; if you can't find one, make one. The question is about the concept of making a syntax highlighter (shouldn't be too difficult), and the difficult part of catching php errors WITHOUT executing any php code.

Thank you in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about debugging