Robert De Mars <tclug at b-o-b.homelinux.com> wrote: > Forgive me if this is off topic, but I was curious about php editors. > I have just recently started coding PHP, and I have not found an > editor I like yet. I started simply using VIM (elvis), Small nit-pick. VIM is actually a very different program than elvis, though they share some features. They are both Vi-style editors, but from completely different code-bases. * Vi IMproved (VIM): http://vim.org * Elvis: http://elvis.the-little-red-haired-girl.org/whatiselvis/index.html > and have played with KDE's Quanta (but this seems to crash often for > me). I was curious what other php programmers like to use. Personally, it's vim for me, and sometimes emacs. ;-) Chad