- header: documentation ( source)
<?php
// Redirect ke URL yang diinginkan
header("Location: https://www.example.com");
// Pastikan untuk menghentikan eksekusi skrip setelah redirect
exit();
?>
<?php
// Redirect ke URL yang diinginkan
header("Location: https://www.example.com");
// Pastikan untuk menghentikan eksekusi skrip setelah redirect
exit();
?>