Return to Snippet

Revision: 7613
at July 31, 2008 13:43 by inkdeep


Initial Code
<code style="display:block;text-align:left;padding-bottom:100px;float:left;clear:both;position:relative">
<pre style="display:block;text-align:left;">
<?= ''.print_r($_REQUEST). print_r($_SERVER) . print_r($_GET) . print_r($_POST) . print_r($_FILES). print_r($_SESSION); ?>
</pre>
</code>

Initial URL


Initial Description
For when I catch a bad case of stupid and forget how to write simple php and I need to put the training wheels back on.

Drop this in before the closing body tag on a php page to see a list some of  what is happening when the page loads.

Initial Title
php_inspector_inc.php

Initial Tags
debug

Initial Language
PHP