Guest Posted February 17, 2005 Share Posted February 17, 2005 I was wondering if anyone can reccomend a good PHP editor\Viewer. I am currently using Dreamweaver which will only allow viewing of PHP files as scripts instead of in html format so I cant see my changes before I upload them. Thanks in advance for any suggestions. :thumbsup: Link to comment Share on other sites More sharing options...
Guest Posted February 17, 2005 Share Posted February 17, 2005 I was wondering if anyone can reccomend a good PHP editor\Viewer. I am currently using Dreamweaver which will only allow viewing of PHP files as scripts instead of in html format so I cant see my changes before I upload them. Thanks in advance for any suggestions. :thumbsup: <{POST_SNAPBACK}> http://www.crimsoneditor.com/ Free is good right? :) Link to comment Share on other sites More sharing options...
Guest Posted February 18, 2005 Share Posted February 18, 2005 Try Maguma Studio! It has a free version! Link to comment Share on other sites More sharing options...
Guest Posted February 18, 2005 Share Posted February 18, 2005 I was wondering if anyone can reccomend a good PHP editor\Viewer. I am currently using Dreamweaver which will only allow viewing of PHP files as scripts instead of in html format so I cant see my changes before I upload them. Thanks in advance for any suggestions. :thumbsup: <{POST_SNAPBACK}> Have you considered setting up a local server on your desktop for testing? This will allow you a much faster workflow. Developing PHP or other servers-side scripting is not exectly What You See Is What You Get. The pages are dynamically generated, not to mention dozens of database queries in each pages. I don't think that there is a better editor then Dreamweaver for displaying table layouts. Try Zend Studio if you need to debug. Link to comment Share on other sites More sharing options...
Guest Posted February 18, 2005 Share Posted February 18, 2005 Also, you can find many free PHP editors at http://www.php-editors.com/review/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.