Method 1:
$GoTo="index.php";// If the target link here is taken from the database, dynamic redirection will be achieved
header(sprintf("Location: %s", $GoTo));
?>
Method 2:
Method 3:
";?>
http://www.bkjia.com/PHPjc/631884.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631884.htmlTechArticleMethod 1: ?php $GoTo=index.php;// This is achieved if the target link here is taken from the database Dynamic steering header(sprintf(Location: %s, $GoTo)); ? Method 2: ?php echo scriptwindow....