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.