duankang5882 2016-07-19 01:48
浏览 50
已采纳

来自Firebird数据库的ibase_fetch_object后未显示数据

I'm new to CRUD with PHP (OOP). I've successfully to inserted the data, but after I insert the data, all the list of data in the data is not showing. Here is the code:

Function.php

 class Section {
     function showSection(){
        $sql="SELECT * FROM section";
        $query=ibase_query($sql);
        return $query;
        }
   }

List.php

<table>
   <tr>
   <td>No</td>
   <td>Section Code</td>
   <td>Section Name</td>
   </tr>
        <?php
        include ('Function.php');
        $No=1;
        $Sec=new Section();
        $show=$Sec->showSection();
        while ($data=ibase_fetch_object($show)){
        echo"
        <tr>
        <td>
        <td>$data->section_code</td>
        <td>$data->section_name</td>
        </tr>";
        $No++
        };        
        ?>
        </table>

Data not showing What should I do? Is there anything wrong?

展开全部

  • 写回答

1条回答 默认 最新

  • douzou8074 2016-07-19 04:57
    关注

    Try $data->SECTION_CODE (field name in uppercase)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

悬赏问题

  • ¥20 西门子博图v16安装密钥提示CryptAcquireContext MS_DEF_PROV Error of containger opening
  • ¥15 mes系统扫码追溯功能
  • ¥40 selenium访问信用中国
  • ¥20 在搭建fabric网络过程中遇到“无法使用新的生命周期”的报错
  • ¥15 Python中关于代码运行报错的问题
  • ¥500 python 的API,有酬谢
  • ¥15 软件冲突问题,软件残留问题
  • ¥30 有没有人会写hLDA,有偿求写,我有一个文档,想通过hLDA得出这个文档的层次主题,有偿有偿!
  • ¥50 有没有人会写hLDA,有偿求写,我有一个文档,想通过hLDA得出这个文档的层次主题,有偿有偿!
  • ¥15 alpha101因子里哪些适合crypto?