As far as I know, this is called "use an editor and your browser." Even if a PHP-capable WYSIWYG editor existed, it would (seems to me) be an incredible headache to make sure the PHP environment in the WYSIWYG renderer matched exactly with the environment on the server...next to impossible when you consider the potential use of external scripts, environment variables, data sources, etc...

Edit the code server-side with the text-editor of choice [insert appropriate CVS/backup strategy here], and surf to it with the browser of choice.

~Brian, who has always been wary of WYSIWYG editors...

Jeffrey A. Groves wrote:
I think Chris wants a WYSIWYG editor for files that contain PHP syntax.

This kind of leads me to thing that Chris is trying to edit files that have
already been processed by the web server and PHP server side.

Trying to edit the resulting file would yield only HTML without the PHP any
time he tried to edit that file.

He needs to edit the file as it exists on the web server file system before
the PHP code is executed _and_ be WYSIWYG, which I think is impossible as far
as I know.

Jeff G.

Greg Foster said:

On 4/25/05, Chris Bullock <[EMAIL PROTECTED]> wrote:

Looking for a app to edit html on a page that contains php on windows.
Mozilla, Nvu, nor openoffice will work, if I use these it breaks my php.
Thanks,
Chris

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc



Nedit for Windows with PHP syntax-highlighting ?
http://nedit.gmxhome.de/winport.html

Ultraedit is a personal favourite, but it's pay-ware

Greg.
--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc




--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to