比如users表$sql="select * from users";$res=mysql_query($sql);得到一个结果集资源,然后用$arr=mysql_fetch_assoc($res);得到就是一个二维的关联数组。