iT邦幫忙

0

firebase 資料庫結合php網頁

  • 分享至 

  • xImage

目前剛接觸Firebase,所以想請教一下問題
Q1:想請問firestore database及 realtime database 語法有一樣嗎?
Q2:我目前是使用realtime database ,可以成功連上資料庫,也可以新增資料進去資料庫,並刪除,但無法讀出資料庫的資料,不知道是哪部分出錯了,會出現
Notice:Undefined index: name
https://ithelp.ithome.com.tw/upload/images/20220813/20145353Ay1jyuo1EX.png
https://ithelp.ithome.com.tw/upload/images/20220813/20145353XIFfOkEFLL.png
想呈現如下圖,可以看到訂為姓名資料等...........
https://ithelp.ithome.com.tw/upload/images/20220813/20145353VAOwoAASpl.png

謝謝大家的回答,我知道錯哪,並改好了,謝謝指教
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

0
海綿寶寶
iT邦大神 1 級 ‧ 2022-08-13 10:35:18
最佳解答

但無法讀出資料庫的資料,不知道是哪部分出錯了,會出現
Notice:Undefined index: name

資料庫裡沒有 name 這個欄位

0

你要先了解一下錯誤訊息的意思,然後再從中去看程式碼。
「Notice:Undefined index: name」
是告訴你,不存在的索引值:name 。意思是說你的變數中,不存在 key 為 name 的變數值。

再從你列出來的資料中對應。
確時沒有一個欄位名為「name」的名稱出現。

如果說到這裏你還不清楚你的問題在哪的話。這也代表著你離程式設計還非常的遠。
你的問題無關 Firebase 也無關資料庫。

這只是PHP的變數應用的一環,基本的觀念。
適用於任何的程式設計觀念。

我要發表回答

立即登入回答