LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   software for programming php on linux (https://www.linuxquestions.org/questions/linux-newbie-8/software-for-programming-php-on-linux-340170/)

huunguyen 07-05-2005 06:21 AM

software for programming php on linux
 
i have just began to write php but i don't know what software there is support for my job. can everybody help find this soft?
thanks a lot.

priller 07-05-2005 06:50 AM

What sort of software do you mean? all you need for testing in apache and php.

BuckRogers01 07-05-2005 07:24 AM

Quanta is an excellent IDE, if you want to use more than just a text editor

trickykid 07-05-2005 08:54 AM

vi
vim
pico
joe
jove
nano
emacs

And several dozen other editors. PHP just like many other scripting and programming languages can be done from any text editor. But like mentioned above, you'll need a working webserver like Apache and PHP installed in order to see your code in action.. ;)

rjst 07-05-2005 10:01 AM

jed
kate
scite

Jed has a console interface, while kate and scite have a GUI and run on KDE. They both have a very nice code hiding feature that alows you to 'hide' large code or comments to create more screen room.

Dummy-in-Linux 07-05-2005 10:18 AM

BlueFish

http://bluefish.openoffice.nl

BuckRogers01 07-05-2005 10:40 AM

thats second on my list


All times are GMT -5. The time now is 05:44 PM.