Can anyone reccomend a Php Editor with a live preview in browser function? Most programs I've ran across don't have the capability because it needs to run from a server. Thanks, tnomal
In order to preview a file locally from your computer, you'd have to install Apache and PHP (basically turn your computer into a web-server). There's programs like Zend that can install PHP for you and then debug live and stuff like that but it's an awfully expensive program..
Best is look into site specific to php editors. They have a huge list of editors for several platforms. http://www.php-editors.com/ regards
I found one that works very well. Rapid Php 2008. It installed a localhost server and the only thing I had to do was download php. It gave me a live preview of my php site. I have a trial version now but the full version is $39 bucks so I'll probably spring for it. Tnomal
I'll recommend without a shadow of a doubt: PHP Designer 2008. www.phpdesigner.dk Undeniably awesome. Dan
this is the best PHP editor I have seen http://www.panic.com/coda/ it shows the function definitions on the status bar, has a PHP book integrated into it to look up anything you have questions on, it has live preview, and it has an FTP client integrated into it cheers