I ended up finding an editor called PHP Designer 2005 which looks a lot like
PHPEdit except that it is Freeware. I am not as interested in windows
editors as I am in KDE and Gnome PHP Editors since that is what I will be
converting all my machines to. A macosX version would be good to since thats
my laptop...
"Mike Willbanks" <pencap@gmail.com> wrote in message
news:nUpje.2653$hp6.1146@fe03.lga...[color=blue]
> John,[color=green]
> > I was wondering what is the best PHP Editor to use that will allow in
> > program preview of the scripts.
> >
> > I need one for the following two OSs:
> > Linux - KDE / Gnome
> > Windows 2000
> >
> > I would like to be able to write a script and then preview it in the[/color][/color]
same[color=blue][color=green]
> > program without having to upload it to a website that is running mod_php[/color]
>
> For windows I use PHPEdit (
www.phpedit.net) although it does not work on
> *nix.
>
> Otherwise you may want to look into the Zend IDE (
www.zend.com or
> PHPEd(
www.nusphere.com).
>
> Both of those have integrated debuggers, however as most debuggers are
> you can preview your file but it wont be exactly the same as if it where
> on the web. Reasons for this are because most of the time you do not
> have a development database up and running, or the same exact types of
> environmentals.
>
> Mike[/color]