#12002/4/18 15:16:17
$result = mysql_query ( " select count ( * ) as total from userinfo " , $dbconnect) ;
$row = mysql_fetch_array ( $result ) ;
$total = $row [ total ];
请问count ( * ) as total是什么意思呀?
最后数组$row中有些什么元素?
谢谢!
编辑历史:[这消息被jnyayun编辑过(编辑时间2002-04-18 16:15:56)]