954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to debug PHP easily

Dear all,

I want to debug PHP script easily like VB IDE.
Is there any free PHP editor to which I can use ?
Thanks.

sgpapartments
Newbie Poster
1 post since Mar 2010
Reputation Points: 10
Solved Threads: 0
 

Not free, if you get Adobe Dreamweaver and php-CLI installed on your local computer you can link LiveView in with that. Also adding

ini_set('display_errors', 1);

to the start of your file will give you visual errors.

samarudge
Posting Whiz
359 posts since May 2008
Reputation Points: 26
Solved Threads: 31
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: