include_once("conn\conn.php");//连接数据库文件
$sql="select * from padd order by id desc";//查询这个表中的数据
$result=mysqli_query($connID,$sql);//执行数据将值赋给$result
if ($result && mysqli_num_rows($result) ) {
/*sql查询语句正确的话,$result就为真.不仅判断$reslut这个函数,还判断查询出来的行数。*/
echo '
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号