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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

HTML 表格 <td> 結(jié)果全部返回一行

HTML 表格 <td> 結(jié)果全部返回一行

PHP
慕萊塢森 2023-05-12 16:02:41
我目前正在從 Oracle 表中循環(huán) SQL 結(jié)果。表中的所有行都返回正常,但它們都留在元素內(nèi)而不是像下面這樣的新行這是我現(xiàn)在的表...   <div id="smtTable" class="targetDiv">     <table width="40%" style="margin: 0 auto; border:1px solid;text-align:center; width: auto;" class="table table-sm table-dark">         <tr>           <th scope="col">Area</th>           <th scope="col">Week 18</th>           <th scope="col">Week 19</th>           <th scope="col">Week 20</th>           <th scope="col">Week 21</th>           <th scope="col">Week 22</th>         </tr><?php while ($row = oci_fetch_array($stid, OCI_ASSOC+OCI_RETURN_NULLS)) {     foreach ($row as $item) {         echo "    <td>" . ($item !== null ? htmlentities($item, ENT_QUOTES) : "&nbsp;") . "</td>\n";     } } ?>
查看完整描述

1 回答

?
蕪湖不蕪

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超7個(gè)贊

您需要關(guān)閉table并添加tr它的行標(biāo)記:


<?php

 while ($row = oci_fetch_array($stid, OCI_ASSOC+OCI_RETURN_NULLS)) {


echo '<tr>';

      foreach ($row as $item) {

     echo "    <td>" . ($item !== null ? htmlentities($item, ENT_QUOTES) : "&nbsp;") . "</td>\n";

      }

echo '</tr>';

 }

echo '</table>';

 ?>


查看完整回答
反對(duì) 回復(fù) 2023-05-12
  • 1 回答
  • 0 關(guān)注
  • 189 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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