best way to redirect in php

PHP
//PHP redirect
header("Location: https://www.codegrepper.com/my-redirect-page.php");
die();

Source

Also in PHP: