Ever catch yourself trying to deciper a
var_dump()
or a
print_r()
?
Just add the
<pre>
tag to it and all will make sense.
echo '<pre>';
print_r($someVar);
echo '</pre>';
Enjoy!
Ever catch yourself trying to deciper a
or a
?
Just add the
tag to it and all will make sense.
echo '<pre>';
print_r($someVar);
echo '</pre>';
Enjoy!