⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wish_remove.fw.php

📁 A website for keeping track of wishes for your character in WoW Users are able to make a user accoun
💻 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 + -