if($_GET['redir']==1){ echo '<META HTTP-EQUIV="Refresh" CONTENT="5;url=index.php?signIn=1">'; } code example
Example 1: meta refresh url
<meta http-equiv="refresh" content="0;URL='https://example.com/'">
Example 2: reload tab using meta
<meta http-equiv="refresh" content="5">