![]() |
#2
风月_无边2008-05-21 17:15
|
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in
请问这是什么问题啊
代码段:
function execute($sql)
{
mysql_query($sql,$this->connection);
}