<?php
error_reporting
(
E_ALL
&
~
E_NOTICE
)
;
ini_set
(
"display_errors"
,
1
)
;
include
(
'codepdf.php'
)
;
// include('travel.php');