advanced code snippet search
tsubryan on 11/03/11
php drupal drupal6
11/03/11 09:31am11/03/11 05:48am
1 person have marked this snippet as a favorite
zack
Used to print the variables on a given page. in drupal 6.
<?phpecho '<pre>'; var_dump(get_defined_vars()); echo '</pre>';?>
Report this snippet Tweet
Comment:
You need to login to post a comment.