PHP MySQL Tutorial
Learn PHP and MySQL

PHP Editors

Page Details

Published by:
admin
on 12-19-2008
2 people found this article useful.

100% of people found this useful
PHP Editors

Because PHP files are just plain text files you can use any editor to create and edit PHP files. But even though you can use simple text editor like Windows Notepad it is alot easier if you use an editor capable of syntax highlighting and advance text manipulation. For a simple file like hello.php syntax highlighting will do nothing good, but when you write long pages it's alot easier to find mistakes just by looking at the text color.

Some editors you can use are :

Personally I like using Dreamweaver and Eclipse. I like Dreamweaver because my PHP code is usually mixed with HTML, and creating HTML tables and forms are just so easy in Dreamweaver. However, Dreamweaver doesn't support CVS (Concurrent Versioning System) which is critical when running projects with many programmers. So currently I'm using Eclipse for creating PHP files.

By the way Eclipse is a free software and the PHP plugin is also free. If you have tight budget but in need of a good editor you should try Eclipse.

Recent Comments

By: Ashley Broadley Posted on 05-20-2009 3:54 AM

I used to use dreamweaver religiously, but i have since started to use Notepad++ a free GNU licensed editor. It's much faster than dreamweaver and has many great plugins available.

By: dwainehead Posted on 05-23-2009 10:19 AM

Eclipse is bly and awkward for general use if you are doing huge project it fine and it's brother aptana studiio is also good.

For most everyday use and good prjoect control komodo edit is an excellent choice, not too much code completion but enhough to make novice and experiened users happy. Notepad++ is ok as well, but I just never got to liking it as my #1. I also find that geany is pretty usefull too. I like it because unlike most ide's that take 30+ sec to load when I want to do a quick edit it's up and running in nano secs...

By: Uncle Mike Posted on 02-05-2010 5:59 PM

I have used Winsyntax for many years and love it... http://www.winsyntax.com/  It's free and when fully loaded it comes with a full PHP manual.  Just 'F1' with the cursor in a PHP command and the manual comes up. I like the fact that it not only highlights PHP files, but also HTML ones.  Only thing it doesn't do is print. I have no idea why they would not include that function.  

Powered by Community Server (Non-Commercial Edition), by Telligent Systems