May
30
30
Creating a simple debug() function
Topics: Programming, PHP & MySQL // 5 comments, 1,893 views
If you are ever like me and hate having to type print_r and echo pre blocks whenever you want to debug a variable or array, this function is for you! This is a global function that can be used to output any data that you need to debug and it comes equipped with some nifty features. Continue reading...