Warning: mysql_error(): 1 is not a valid MySQL-Link resource in /home/www/html/pc/pcadmin_app.php on line 88
MySQL Error:
代码如下:
//添加用户
$query = "INSERT INTO `users` ( `uid` , `username` , `corpusname` , `description` , `theme` , `nodelimit` , `dirlimit` , `createtime` , `style` , `backimage` , `visitcount` , `nodescount` , `logoimage` , `modifytime` , `links` , `htmleditor` , `indexnodechars` , `indexnodes` , `useremail` , `favmode` , `updatetime` , `userinfor` , `pctype` ,`defaulttopic`,`userfile`,`filelimit`) ".
"VALUES ('', '".addslashes($userid)."', '".addslashes($corpusname)."', '".addslashes($corpusname)."' , 'others', '300', '300', NOW( ) , '0', '' , '0', '0', '' , NOW( ) , '', '1', '600', '5', '', '0', NOW( ) , '' , '0' , '其他类别' , '".$userfile_limit."','".$userfile_num_limit."');";
if(!mysql_query($query,$link))
{
pc_db_close($link);
exit("MySQL Error: ".mysql_error($link));
}
这里1是是 htmleditor value
我的mysql版本是4.1.7
--
FROM 210.33.23.*