我有這樣的場景,我的MySQL數據庫: 我需要選擇行,其中標籤是用PHP-MySQL查詢URL參數(GET): $tag = $_GET['tag'];
// example $tag = 1
// now I need select rows where in tags colums is value 1.
如何獲取此查詢?我認爲我需要創建一個數組...但我不知道該怎麼做。提前致謝!
我有一個數據庫與學生的表。該結構是這樣的 id name
--- -----
1 Tini
2 Eka
那麼該表的書籍 id title
--- ------
1 Cinderella's story
2 Pinochio
3 Mickey Mouse
然後借用 id students_id books_id
--- ------------ ---