var_dump($_post) example Example 1: var_dump _post php <?php print_r($_POST); ?> Example 2: php dump $variable = "Hello"; var_dump($variable);