Home » questions » Is there any WYSIWYG editor for PHP?

Is there any WYSIWYG editor for PHP?

2006-07-31 13:55:38, Category: Programming & Design
Tell me, is there any php editor with quick preview and wysiwyg? It must be same as frontpage express.If not so, how can edit php files in frontpage express?

Answers

  1. land_bus

    On 2006-07-31 14:03:27


    There is no such thing as WYSIWYG editors for computer languages, they dont exist (exept if you are creating Windowed Forms) i think you are looking for and IDE. This program looks pretty good(Its completly free), dowload it from: http://www.mpsoftware.dk/phpdesigner.php It debugs, analyzes and publishes youre script and it has nice clean look.
  2. Paul B

    On 2006-07-31 13:59:43


    WYSIWIG-Pro
  3. Gary H

    On 2006-07-31 14:06:17


    PHP is a server side language, and as such, can't be properly previewed unless processed by a PHP-enabled server. The only way to view your PHP pages is to build your pages in Dreamweaver, GoLive, FrontPage or another web design program, upload the files to a PHP server and then view the results in your browser. If your webhost has PHP installed on their server for your website, you can upload your pages there to view them. Otherwise, you can install PHP on your home computer and preview your PHP pages without an external server. PHP is free and you can download an installer for your computer at http://www.php.net Good luck with your programming.
  4. stevec_2005

    On 2006-07-31 13:59:16


    I have not seen any and I think its unlikely as PHP is a proper server side programming language and the editor would have to run the page which is written in this language. For exaple you do not get wysiwyg editors for Java or C
  5. dwightl.geo

    On 2006-07-31 14:11:59


    here is php nuke http://phpnuke.org/
  6. Laissez_Faire

    On 2006-07-31 14:32:34


    PHP can be edited with notepad. Zend is great but it isn't what I would call WYSIWYG because PHP is a scripting language that uses HTML. For HTML WYSIWYG get Dreamweaver.
  7. Pedro

    On 2006-07-31 13:59:20


    itsallgobbledygooktomethenisntitboyo
  8. HeavenlyBull

    On 2006-08-02 06:31:40


    I use php designer. It lets u debug and analyze ur code and if theres some html embedded then it lets u preview that also, without an external browser. Its certainly better than coding in notepad or other WYSIWYG html editors. Check it out here, its freeware! http://www.mpsoftware.dk/phpdesigner.php