Recent Posts
Gaming With PHP
Return To Blog Listing
Blog dedicated to web development mainly php + mysql programming, tableless web designs, ajax and everything concerning web 2.0
Recent Posts Tagged With 'php var_dump() ob_start()'
Logging var_dump() output
I’m pretty sure you have already heard about var_dump() or print_r(). These 2 great functions are very useful to debug the code by seeing what each var, array, class or whatever has inside it…. Well the only problem is how to “save&...
