Dear all,

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

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.