/ Published in: PHP
Stop a script in the middle and print the variables to the browser.
Expand |
Embed | Plain Text
<?php // ... code ... // Or alternatively: // print print_r(array_keys(get_defined_vars()), 1); exit;
You need to login to post a comment.
