Click to See Complete Forum and Search --> : php editor


Anon
09-24-2001, 10:25 AM
I recently installed an Apache web server on one of my computers and configured it to support php which all went fine.

What I'm looking for is a php editor that is somewhat like Microsoft's Visual Interdev. I have been doing work in asp for a little bit but I decided to try an Apache webserver and need a good editor. I know I can use notepad but a php editor would help me get used to the syntax.

Thanks in advance,
Mithrilhall

Anon
09-24-2001, 11:58 AM
Try PHPed.

Anon
09-24-2001, 07:24 PM
I suggest you try my software iCoder. This special software was first made by me two years ago. Many improvements have been made over the years.

Why you should try iCoder:
1. As you said, notepad doesnt show code syntax, iCoder does, it also support many other scripts like HTML, Javascript, ASP, JSP
2. It comes with complete original php help, so it is very easy to look up a function's description.
3. It allows you to make some super fast coding. It can translate special key strokes as a combination to a pre entered text. for example you enter ife, it will automatically insert if () {} else {}.

http://www.eport.webhoster.co.uk/iCoder/
find it out yourself.

Anon
09-29-2001, 09:18 AM
Is the source code available for this editor??