📄 wish_remove.fw.php
字号:
<?php
//from a post on wish remove with wishid. change that post into ?remove=$wishid
if (isset($_POST['wishid'])) //sanitise
{
$go=$_POST['wishid'];
header("Refresh: 1; URL=wish_remove.php?remove=$go");
echo "sending you forward";
}
else
{
//send home
header("Refresh: 1; URL=index.php");
echo "sending you back home";
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -