advanced code snippet search
goryo on 10/22/11
php
10/22/11 04:52pm
most common use for code tracing
ARRAY print_r($array); echoing VARIABLES echo $variable;
Report this snippet Tweet
var_dump($variable);
Is really useful too.
Comment:
You need to login to post a comment.
var_dump($variable);Is really useful too.