// contoh kode PHP untuk menampilkan pesan error saat loading web
$error_message = "Maaf, terjadi kesalahan saat loading web.";
// jika terjadi error
if (isset($_GET['error'])) {
$error_code = $_GET['error'];
switch ($error_code) {
case 404:
$error_message = "Halaman tidak ditemukan.";
break;
case 500:
$error_message = "Terjadi kesalahan internal server.";
break;
default:
$error_message = "Terjadi kesalahan tidak diketahui.";
}
}
// menampilkan pesan error
echo "
Error
";
echo "$error_message
";
Warning: Use of undefined constant DEFAULT_TIMEZONE - assumed 'DEFAULT_TIMEZONE' (this will throw an Error in a future version of PHP) in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 23
Warning: Use of undefined constant DEFAULT_TIMEZONE - assumed 'DEFAULT_TIMEZONE' (this will throw an Error in a future version of PHP) in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 24
Notice: date_default_timezone_set(): Timezone ID 'DEFAULT_TIMEZONE' is invalid in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 24
Warning: Use of undefined constant HELPERS_DIR - assumed 'HELPERS_DIR' (this will throw an Error in a future version of PHP) in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 82
Warning: require(HELPERS_DIRFunctions.php): failed to open stream: No such file or directory in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 82
Warning: require(HELPERS_DIRFunctions.php): failed to open stream: No such file or directory in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 82
Fatal error: require(): Failed opening required 'HELPERS_DIRFunctions.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/indoasi5/iapauthentic.indoasiacompanies.com/index.php on line 82