PHP Editors

A

Anonymous

Guest
Im looking for a PHP editor that is good. I only request that is support sytanx coloring (which almost every editor does now anyway), not too-many features; but the important item that I need is to automatically upload my files using FTP. I would like to use DzSoft, bu I dont think that works with PHP does it?

If anyone has some suggestions, past experiences, recommendations, etc, please let me know. Im currently using Dreamweaver MX and its a memory hog and bundled with more options than i need (not to mention the trial runs out in a week) :)

Will
 
elitecodex said:
Im looking for a PHP editor that is good. I only request that is support sytanx coloring (which almost every editor does now anyway), not too-many features; but the important item that I need is to automatically upload my files using FTP. I would like to use DzSoft, bu I dont think that works with PHP does it?

If anyone has some suggestions, past experiences, recommendations, etc, please let me know. Im currently using Dreamweaver MX and its a memory hog and bundled with more options than i need (not to mention the trial runs out in a week) :)

Will
Hello Will!
You can use some like PHPEd for your reason this program not only upload files at FTP and check your code. Once more that this programm writed at PHP 3.0 in PHP 4.x this workin only like editor....

P.S. I.think what you nee still use DreamWeaver in nex time - Nice programm. I use this too :wink:
 
elitecodex said:
Im looking for a PHP editor that is good. I only request that is support sytanx coloring (which almost every editor does now anyway), not too-many features; but the important item that I need is to automatically upload my files using FTP. I would like to use DzSoft, bu I dont think that works with PHP does it?

If anyone has some suggestions, past experiences, recommendations, etc, please let me know. Im currently using Dreamweaver MX and its a memory hog and bundled with more options than i need (not to mention the trial runs out in a week) :)

Will

PHP Coder is RULEZ!!!!
http://www.phpide.de/

but only under Windows
 
I use EditPadPro, wich is a normal text-editor with syntax-highlighting for PHP, HTML and a lot of other languages. (ftp-client not build in)
http://www.editpadpro.com

The Pro version isn't free, there is a free light version, but that one doesn't have syntax-highlighting...

Greetz Daan
 
elitecodex said:
Im looking for a PHP editor that is good. I only request that is support sytanx coloring (which almost every editor does now anyway), not too-many features; but the important item that I need is to automatically upload my files using FTP. I would like to use DzSoft, bu I dont think that works with PHP does it?

If anyone has some suggestions, past experiences, recommendations, etc, please let me know. Im currently using Dreamweaver MX and its a memory hog and bundled with more options than i need (not to mention the trial runs out in a week) :)

Will
Hello, hereis the best solution for you, use the following link to request a PHPEd trial download.
http://ww1.nusphere.com/web/registration_page.php

PHPEd 3.0 Evaluation for Windows :
ftp://209.61.187.152/nusphere/ev/NuSphere-phped-3.0-Eval-Win32.zip
PHPEd 3.0 Evaluation for Linux :
ftp://209.61.187.152/nusphere/ev/NuSphere-phped-3.0-Eval-Linux.tar.gz

Also, if you need open-source software that PHPEd requires in order to run
(e.g., PHP, Apache, the MySQL database), then you should also download Technology Platform NOTE: You should install this software first:

NuSphere Technology Platform for Windows:
ftp://209.61.187.152/nusphere/ev/NuSphere-freetechplat-3.0-Win32.zip
NuSphere Technology Platform for Linux:
ftp://209.61.187.152/nusphere/ev/NuSphere-freetechplat-3.0-Linux.tar.gz

you'll like it
 
Ill give it a try. I have recently taken a liking to Zend Studio (for the sole reason that it allows you to debug a program using trace methods). But im always open to new software. Thanks for the suggestion

Will
 
Back
Top