1. <?php
  2.  
  3. error_reporting(E_ALL & ~E_NOTICE);
  4. ini_set("display_errors", 1);
  5.  
  6. include('codepdf.php');
  7. // include('travel.php');
  8.