Use of header Function .
In : BCA Subject : PHP and MySQLA PHP built-in function for transmitting a raw HTTP header is header. Before sending any further output, the webserver provides information to the client or browser using HTTP functions.
<?php
header('Location: https://itprashnavali.com');
?>