Debug function PHP Debug function PHP <?php function debug($var){ echo var_dump($var); } ?> Bjarne Bonde Posts Website