Views:
Author: Chris
What is Debugging?
Debugging is where you allow php to show you where there are errors in your script, you can then find what line the error is on and see where you went wrong and fix it!
It's very simple to do, so even a beginner would pick it up easily, it's also a must know for all php developers, you will run into trouble sooner or later...
Continue Reading...
1 2