发布网友 发布时间:2022-05-14 14:25
共1个回答
热心网友 时间:2023-10-20 12:56
摘要您好,查询到的结果为:table_html="";$query="select*fromtbl_rentinfowhereuName='$uName'";//执行SQL语句$rs=mysql_query($query,$conn)ordie(mysql_error());//获得结果集中数据的行数$length=mysql_nu...$table_html="";$query = "select * from tbl_rentinfo where uName='$uName'";//执行SQL语句$rs=mysql_query($query,$conn)or die(mysql_error());//获得结果集中数据的行数$length = mysql_num_rows($rs);//循环读取每条数据for($i=0;$i{//从结果集中读取一行记录"$result = mysql_fetch_assoc($rs);$title =$result["title"];$publishTime = $result["publishTime"];$rentPrice = $result["rentPrice"];$id=$result["id"];$table_html .=<<$title$rentPrice$publishTime[详细][修改][删除]HTML_TABLE;}咨询记录 · 回答于2021-05-30php读取mysql,符合条件的数据有多条时,想只取最后一条数据,代码怎么写?您好,我正在帮您查询相关的信息,马上回复您。您好,查询到的结果为:table_html="";$query="select*fromtbl_rentinfowhereuName='$uName'";//执行SQL语句$rs=mysql_query($query,$conn)ordie(mysql_error());//获得结果集中数据的行数$length=mysql_nu...$table_html="";$query = "select * from tbl_rentinfo where uName='$uName'";//执行SQL语句$rs=mysql_query($query,$conn)or die(mysql_error());//获得结果集中数据的行数$length = mysql_num_rows($rs);//循环读取每条数据for($i=0;$i{//从结果集中读取一行记录"$result = mysql_fetch_assoc($rs);$title =$result["title"];$publishTime = $result["publishTime"];$rentPrice = $result["rentPrice"];$id=$result["id"];$table_html .=<<$title$rentPrice$publishTime[详细][修改][删除]HTML_TABLE;}