第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何僅顯示發(fā)送到數(shù)據(jù)庫的最后一篇文章?PHPMYADMIN

如何僅顯示發(fā)送到數(shù)據(jù)庫的最后一篇文章?PHPMYADMIN

PHP
天涯盡頭無女友 2023-07-08 22:03:48
所以我使用 foreach 循環(huán)從 phpmyadmin 中的數(shù)據(jù)庫中獲取數(shù)據(jù),然后將其顯示在我的 indextest.php 文件中,該文件具有以下代碼:<?php foreach ($posts as $post): ?>    <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12 mt-4">        <h6>        <span style="color: blue;">BREAKING NEWS</span>        <span id="test" style="padding-left: 10px;"><?php echo date('F j, Y', strtotime($post['created_at'])); ?></span>        </h6>        <!-- HEADLINE -->        <h1><strong><a href="/single_page_main.php?id=<?php echo $post['id']; ?>"><?php echo $post['title']; ?></a></strong></h1>                    </strong></h1></a>        <!-- TEXT BODY -->        <h4><?php echo $post['body']; ?></h4> <!--displays the full body -->        <h4><?php echo html_entity_decode(substr($post['body'], 0, 150) . '...'); ?></h4>         <a href="/single_page_main.php">        <div class="button_subs float-left mb-4">Read More</div></a>        </div>        <!-- IMAGE -->        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">        <img src="<?php echo '/assets/images/' , $post['image']; ?>" style="width: 100%;">    </div><?php endforeach; ?>問題是它抓取數(shù)據(jù)庫中的所有帖子,但是我只想抓取發(fā)送到數(shù)據(jù)庫的最后一篇帖子(最后一行)?這可能嗎?謝謝
查看完整描述

1 回答

?
白豬掌柜的

TA貢獻1893條經(jīng)驗 獲得超10個贊

使用需要此 SQL 查詢id DESC LIMIT 1:-

SELECT * FROM TABLE t ORDER BY t.id DESC LIMIT 1


查看完整回答
反對 回復(fù) 2023-07-08
  • 1 回答
  • 0 關(guān)注
  • 160 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號