Get PHP Info


<?php phpinfo(); ?>

Die (Exit page at this point)


  if (some_problem)
  {
    echo "There was an error.";
    die();
  }

Comments

  1. pHqghUme

    9 months ago

    1