advanced code snippet search
n3xu5_0 on 10/19/10
debug
10/19/10 08:05am
A simple function to make debug easier
function debug($var){ echo '<pre>' . nl2br(print_r($var,true)) . '</pre>';}
Report this snippet Tweet
Comment:
You need to login to post a comment.