iGuest 3 Report post Posted September 3, 2004 I use ultraedit, extremely handy tool that you can use for all you programming.Remi Share this post Link to post Share on other sites
Magic-Node 0 Report post Posted September 14, 2004 EditPlus 2 is simply the best don't come here and say anything else. Share this post Link to post Share on other sites
liliano 0 Report post Posted September 14, 2004 i use notepad For thisbut U Can use Any software Your Are Relax in itSorry My Englishe is not good , Share this post Link to post Share on other sites
XtremeGamer99 0 Report post Posted September 21, 2004 I, personally, use CrimsonEditor for all my coding needs. It's 100% free, and it highlights syntex. Share this post Link to post Share on other sites
akz 0 Report post Posted September 24, 2004 The best tool I can think of for editing anything is notepad.. however it dosnt show you the errors.. you cna use dreamweaver as an alternative but for simple edit jobs u can use notepad. Share this post Link to post Share on other sites
guangdian 0 Report post Posted September 24, 2004 i can only use notepad. Share this post Link to post Share on other sites
BoSZ 0 Report post Posted September 24, 2004 Are there any WYSIWYG php editors?there is no such thing since php is a server side script you need a server to execute itthere is a way to omit hat thoughits more cpu consumingPHP comes in as a executablerespectable editors have 2 opions of test the script:-server duh.. local or upload- parse thru the php execi prefer the servergot apache installed Share this post Link to post Share on other sites
skazi 0 Report post Posted October 2, 2004 Yep, from all who I know who use PHP, they edit with notepad. Inexpensive, convienent, and easy. Share this post Link to post Share on other sites
alperuzi 0 Report post Posted October 2, 2004 I use ultraedit, extremely handy tool that you can use for all you programming.RemiUltraedit is the ultimate programmers editor. Not only for php, but all other textual data Share this post Link to post Share on other sites
sanweikui 0 Report post Posted October 2, 2004 Eclipse !Its a big IDE hasing lots of plugins actually. I usually use it with my java program. But now i found a plugin for php. You can use Apache,mysql,php in single tools.Here is what is eclipse and how to use it:http://forums.xisto.com/no_longer_exists/Here is biggest site for eclipse plugins:http://www.eclipse-plugins.info/eclipse/index.jsp Share this post Link to post Share on other sites
Inty 0 Report post Posted October 2, 2004 I recommend Crimson Editor....other than that, there's notepad. Share this post Link to post Share on other sites
CosmicT 0 Report post Posted October 7, 2004 I use Zend Studio. Zend is the company that is writing the scripting engine in PHP. It has a lot of features such as code completion and debugging. It's really nice.Komodo is also a very nice editor that supports several languages. Share this post Link to post Share on other sites
CosmicT 0 Report post Posted October 7, 2004 Are there any WYSIWYG php editors?Dreamweaver kind of do that. PHP is just a scripting language, so talking about WYSIWYG and PHP is not entirely accurate. Share this post Link to post Share on other sites
DSTools 0 Report post Posted October 7, 2004 The best free PHP IDE is definitely PHPEdit, check it out. It has all features you need and it's free for personal work. Share this post Link to post Share on other sites
whatknows 0 Report post Posted October 10, 2004 Debuging in PHP is a pain. It is just that simple. Dreamweaver (which I use) is worthless beyond syntax highlighting. Others such as Crimson, PHPEdit, and of course Zend allow you to debug, but they require a PHP engine on your machine, which requires that all locations be accurate to the debugging machine. I find this to be a pain considering you are programming for the web and not your machine.Hopefully I am just an idiot. I would love to hear if someone has had a great debuging experience. That being said, I wouldn't trade my syntax highlighting for my right ear. Maybe I will just have to take the plunge and buy Zend. Share this post Link to post Share on other sites