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

📄 blacksmith.php

📁 三國好好 子
💻 PHP
字号:
<?
inlcude "header.php";
include_once "items.php";
include_once "class_character.php";
?>

<h1>Updating</h1>
<?php

$query = "REPLACE INTO phaos_shop_basics
	    SELECT shop_id, 'blacksmith', 0, 0, 3600
	    FROM  `phaos_buildings`
	    WHERE  TYPE  LIKE  'blacksmith.php'";

$req = mysql_query($query);
if (!$req) { showError(__FILE__,__LINE__,__FUNCTION__,$query); exit;}

$query="update `phaos_buildings` set type= 'darksmith.php' where type like 'blacksmith.php'";

$req = mysql_query($query);
if (!$req) { showError(__FILE__,__LINE__,__FUNCTION__,$query); exit;}

jsChangeLocation("darksmith.php?shop_id=$shop_id");

include "footer.php";
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -