Want to speed up your php debugging? Implement the function print_p() in your code, and pass it on!!! Chances are if you are a php developer, there will be a time when you will need to inspect a variable and its contents. The best way I’ve found is to do so is through using the “print_r($variable)” command.
No Comments. Continue Reading...