What is the best PhP editor

nomorept

Junior Member
Joined
Feb 13, 2011
Messages
156
Reaction score
14
Hello guys,
Im a complete noob when its come php :P
anyway i have a script uploaded to my site and I need to edit it, its php, is there any easy php editor that i can use and it automatically changes it to php language?
THanks
 
php designer i used simple and best here is the download link :-

Code:
http://www.megaupload.com/?d=Y40FYCO8
sorry no VT as its more then 20 mb but same i m using without any problem !

Best of luck for php coding mate :)
 
Yes I understand buy for example I dont know how to change the color code ....
 
php designer i used simple and best here is the download link :-

sorry no VT as its more then 20 mb but same i m using without any problem !

Best of luck for php coding mate :)

Im going to try Notepad++
if it doesnt work, ill try this one and tell you how it worked out
thanks alot
 
Hands down the best is microsofts installed text editor!! lol jk. I use komodo and love it.
 
I agree with both Marketing Jhonny and cyberroot.

phpDesigner is a nice editor with PHP specific features and is fairly inexpensive. The code completion features are nice and I like using it for major projects.

However, I find myself using Notepad++ most of the time when I'm just editing scripts or working on a short bit of code. Notepad++ recognizes PHP and dozens of other languages - and it's free.
 
I use Ultraedit 32. Probably dont need a lot of the features it has as its packed with them, but some very helpful stuff including doc compare, find in files, color coding for all major languages, built in FTP for working remotely, etc.
 
Anyone use Textpad? That's what I've been using for the last 5 years and I couldn't imagine using anything else... It's light weight and works great with internet languages like HTML, PHP, etc.
 
+1 for PHP Designer, felt in love with it, it's autocomplete feature is awesome. Second best is Notepad++ for editing mostly anything.
 
Notepad++, what I like best about this is the compare feature, not sure if this is in other editors as well, but it's pretty useful when i take a new and old pieces of code and look at whats different
 
I asked this same question not long ago.

the most popular answers were
notepad++ and dreamweaver


I am going to use dreamweaver due to it being able to show you in several browsers how your page will look.


but there are a ton of them... aptana studio is a good one too.
 
The best are Notepad++ and Dreamweaver

Not only for Php but also for CSS , Html etc
 
Back
Top