Debugging PHP using Xdebug and Notepad++ : Part I

I am sure all of you have used ‘echo’ and ‘print_r’ to debug PHP. We all know that this way debugging is hard and you need to remember to remove them from production server. Well, thanks to xdebug you can now debug, and you don’t need expensive or blotted IDE for that, just plain and … Continue reading Debugging PHP using Xdebug and Notepad++ : Part I