查看完整版本: 代码

flymen 2008-6-17 03:34

代码

$drop_db=mysql_drop_db("Books", $connection);
  if(!$drop_db)
大家帮忙看看这个语法有错误吗?

ziel 2008-6-17 19:05

什么意思?
{汗} {汗}

MagicWings 2008-6-17 19:32

$drop_db=mysql_drop_db("Books", $connection) or die('error');
这样写比较好,不过有没有错我不知道,你前面的$connection有错我就不知道了.
页: [1]
查看完整版本: 代码
PageRank