Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nice PHP editor for windows platform

Status
Not open for further replies.

codecref

Programmer
Joined
Dec 8, 2003
Messages
118
Location
US
Hi guys

what's the best php editor that have autocomplete and real-time error detection (to fix my typos)?
if it can simulate Web Server is an advantage (means it run php code and show me the result instead of going throuh IIS or APACHE to run the code)

thanks
 
The best i found is a free tool called PHPEdit it doesn't have most of the features your asking (Web Server Simulation), but has autocompletion, auto-dedect, debugging...color coded etc!! Could be useful!

nick
 
Why would you want to simulate the web server ?
 
thanks alot for your phpedit, actually I think the only way to see error and how they come up is at the runtime, what I get is just error after the code have run in my iis and its very hard to understand (at least for me as newbie) that whats happening at runtime.

thanks alot
 
I use PHPeclipse. A little heavy but with the MySQL and Apache local paths, you can test realtime.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top