xelloss 0 Report post Posted September 5, 2004 Can somebody tell me which is the best PHP Editor? I have tried the DzSoft Editor and the Svoi.net PHP editor. Among them the first one is better. Is there any better editor available in terms of built in features? Share this post Link to post Share on other sites
kilz 0 Report post Posted September 5, 2004 I think editplus is the best php editor. . .it support multi language such as c/c++, java, perl, php, cgi, asp , html. . . & sql etc.any it has lots of highlighter, it make the script clearer.I've tried using phpedit, zendsudio , notepad etc. but editplus is the best. Share this post Link to post Share on other sites
jcguy 0 Report post Posted September 5, 2004 You mean there are software like Frontpage that specially cater to PHP? Wow, i didn't know that. Are such editors the same as Frontpage for editing PHP as FP is for HTML? Are there editors for CSS, JS, etc? Share this post Link to post Share on other sites
Hercco 0 Report post Posted September 5, 2004 You mean there are software like Frontpage that specially cater to PHP? Wow, i didn't know that. Are such editors the same as Frontpage for editing PHP as FP is for HTML? Are there editors for CSS, JS, etc? <{POST_SNAPBACK}> No... Edit Plus (which I use too, it's great!) and others "understand" PHP (and other programming languages). What is simply does it highlights the reserved words and tabulates automatically. Share this post Link to post Share on other sites
xavierduan 0 Report post Posted September 6, 2004 yes, i use editplus tooit is easy and clear, edit any code by it Share this post Link to post Share on other sites
jcguy 0 Report post Posted September 6, 2004 No... Edit Plus (which I use too, it's great!) and others "understand" PHP (and other programming languages). What is simply does it highlights the reserved words and tabulates automatically. <{POST_SNAPBACK}> So that means that you can actually try the php code you've writtnen on your computer without having to download the php modules first? You do have to have PHP enabled on your computer first right? Share this post Link to post Share on other sites
wizzywig 0 Report post Posted September 6, 2004 i use dreamweaver as i find the interface easy to use Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 9, 2004 I use notepad. Its real simple and plain. Try AceHtml Pro. Its great as well.. Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 9, 2004 I use notepad and DreamWeaver for designe Share this post Link to post Share on other sites
japanick 0 Report post Posted September 9, 2004 So that means that you can actually try the php code you've writtnen on your computer without having to download the php modules first? You do have to have PHP enabled on your computer first right? <{POST_SNAPBACK}> No, editplus (or other PHP editors) will not execute the code for you, it will only make it easier to edit and indent. You will still have to first set up a web server (I recommend Apache) and install the php modules for it in order to test php scripts on your own computer. They have easy installations for windows, if you go to apache.org and php.net. Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 10, 2004 Can somebody tell me which is the best PHP Editor? I have tried the DzSoft Editor and the Svoi.net PHP editor. Among them the first one is better. Is there any better editor available in terms of built in features? <{POST_SNAPBACK}> In my PHP Tutorial I suggested an open source web editor for Windows and I came across tsWebEditor, if you have PHP installed on your own system, it also provides previewing, but it's not WYSIWYG, but WYSIWYG can sometimes produce messy code. I had to search for an editor that would be suitable for people to use and that is what I came across, I even tested it to make sure it served it's purpose well, it supports syntax highlighting, syntax error checking and more features, but the one I would have to say is good, is the quickinfo. You type the start of a PHP function like mktime() and it'll tell you what parameters you can pass in a C style syntax as well as what mktime will be producing, an integer. I'll test out these other editors that have been suggested and I'll rank them from what I see if better or not, provided they have evaluation versions or are free. Cheers, MC Share this post Link to post Share on other sites
dissipate 0 Report post Posted September 11, 2004 i'm another editplus fan Share this post Link to post Share on other sites
honeycomb 0 Report post Posted September 12, 2004 Editplus and dreamweaver is best Share this post Link to post Share on other sites
chickenside 0 Report post Posted September 12, 2004 Does anyone know where I can download Frontpage 2003? I can't seem to find it anywhere! Share this post Link to post Share on other sites
sanjulian 0 Report post Posted September 14, 2004 I use Edit Plus too and I plenty satisfied with it. You can download at https://www.editplus.com/download.html Share this post Link to post Share on other sites