PHP Dump to Page
$variable = "Hello";
var_dump($variable);
Annoyed Albatross
$variable = "Hello";
var_dump($variable);