The Best Online PHP Editors
December 20, 2010. Written by Stefan Nistor
Most of us have a favorite PHP editor we use every time we feel like writing some code for our websites and applications.
However our favorite PHP editor may not always be available on other computers we use besides our own. In this post I’ve listed the best PHP editors you can use no matter where and no matter when. Choose your favorite!
phpanywhere

PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language, in other words it is an application that gives developers all the code editing capabilities they need to develop PHP applications online. It includes a real-time syntax code editor with support for all web formats and a powerful FTP editor.
check it out
Write Code Online

A simple code editor that lets you write and test your PHP code in one window.
check it out
Amy Editor

A Collaborative Text and Source Code Editor for Developers.
check it out
Kodingen

Even though this editor is still in beta, it is pretty powerful. Lets you connect to your own FTP servers and gives you shell access to your files.
check it out
CodeRun Studio

CodeRun Studio is a cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser.
check it out
IdeOne

Ideone is an online compiler and debugging tool which allows to compile and run code online in more than 40 programming languages.
check it out
ShiftEdit

ShiftEdit is a editor that lets you work in several languages at the same time, while also checks your code mistakes as you type.
check it out
PHP Code Editor

This PHP Code Editor is a web based interface to edit your code. Here, you can edit a multiple number of files at the same time and also connect to your servers using FTP.
check it out
Comment to suggest your favorite PHP editors. Don’t miss a post, subscribe to our RSS feed and follow us on Twitter.
4 Comments
You forgot http://codeita.com , a very nice only code editor. Still in beta.
I am using online-php.com editor.. very simple, without registration, uses CodeMirror.. (which is common and stable). For me it is the best for editing files on the FTP server.
There is also new and powerful one http://www.freephptest.lv
hello expert,
My website umeshg.com.np (wordpress) shows up an fatal error message as follows
require_once …. in line 30
i checked in my admin.php
and found require_once(dirname(dirname(__FILE__)) . ‘/wp-load.php’);
in line 30. Is there any mistake in the code.
I dont have idea in php so can you help me.
thanks
Leave a comment