PHP Dump to Page

$variable = "Hello";

var_dump($variable);
Annoyed Albatross