//这儿应该怎么做才知道数据库里面有没有这条记录呢?
echo mysql_affected_rows();//或者
echo mysql_num_rows($result);
------解决方案-------------------- count()函数里第一个参数应该是array or object."If var is not an array or ......,1 will be returned."参考PHP手册: http://cn2.php.net/manual/en/function.count.php
------解决方案-------------------- mysql_num_rows 是计数 mysql_fetch_array he mysql_fetch_rows是返回一个数组