All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
PHP重定向三法_[PHP教程]

Writer: 归海一刀 Article type: Programming skills(编程技巧) Time: 2014/2/10 6:50:35 Browse times: 423 Comment times: 0

PHP重定向三法_[PHP教程]


Head photo

Go homepage
Upload pictures
Write articles

PHP重定向三法_[PHP教程]

























方法一:

GoTo="index.php";// 如果这里的目标链接取自数据库就实现了动态转向
header(sprintf("Location: %s", GoTo));
?>

方法二:

window.location =\"PHP_SELF\";";?>


方法三:

";?>












































There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.