Get PHP Info <?php phpinfo(); ?> Die (Exit page at this point) if (some_problem) { echo "There was an error."; die(); }
9 months ago
1