$db=@mysql_pconnect("localhost","root","") or die("Failure in connecting the server!");
@mysql_select_db("web_spider",$db) or die("Failure in connecting the database!");
$result=mysql_query("select * from web_spider.spider_users where name='".$name."' pass='".$passwords."'");
是在调用这句时出错。
if ($myrow=mysql_fetch_array("$result")){}注::我的数据库里有数据。