Copy code The code is as follows:
//1
header("Location: index.php");
//2
echo '
window.location = "index.php";
';
//3
echo "";
http://www.bkjia.com/PHPjc/326747.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/326747.htmlTechArticleCopy the code as follows: //1 header("Location: index.php"); //2 echo ' scrīpt type="text/javascript" window.location = "index.php"; /scrīpt'; //3 echo "META HTTP-EQUIV="Refresh"...