Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[求助] 在網站裝了個象棋...可是

[复制链接]
arday 发表于 2011-1-16 23:39:27 | 显示全部楼层 |阅读模式
本帖最后由 arday 于 2011-1-16 23:41 编辑

在網站裝了個象棋...可是一按建房...可是就空白頁.   演示裡是沒問題的(http://hsw00.com/chc/)
有大大能幫忙解決下嗎?

我看過文檔建房是鏈接去 add_d.php...如下:
  1. <?php
  2. if($_POST[name] == '')
  3. {
  4. setcookie(message, 房間名稱不能為空﹗);
  5. header("location:index.php");
  6. exit;
  7. }
  8. include "./functions.php";
  9. include "./dbconnect.php";

  10. $query = mysql_query("insert into `room` (`ID`,`name`,`chess`,`time`) values (NULL,'".str_replace("<", "<", str_replace(">", ">", $_POST[name]))."','$c','".time()."')");
  11. $ID = mysql_insert_id();
  12. if($ID)
  13. {
  14. header("location:join.php?roomid=".$ID);
  15. }
  16. ?>
复制代码
CHCBUG.jpg
回复

使用道具 举报

 楼主| arday 发表于 2011-1-17 20:18:40 | 显示全部楼层
我家網站 http://www.evsock.com/evgame/chc
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-8-18 06:16 , Processed in 0.092120 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表