我將 URL 中的 ID 傳遞給productPage.php在productPage.php中:$ProductID = $_GET["ProductID"];(即產(chǎn)品 ID = 1 )然后我使用 ProductID 查詢數(shù)據(jù)庫以獲得正確的產(chǎn)品。$sql = "select * from Products where id = '".$ProductID."' "| Id | Category | Type ||:-----------|------------:|:------------:|| 1 | shoes | 8 || 2 | Underpants | 21 || 3 | socks | 4 || 4 | shoes | 8 || 5 | flip flops | 11 || 6 | shoes | 34 |因此,我的查詢的類型值結(jié)果是 8 我應(yīng)該怎么做才能只獲取具有相同類型的產(chǎn)品?(8) 我必須使用第二個查詢嗎?
- 2 回答
- 0 關(guān)注
- 146 瀏覽
添加回答
舉報
0/150
提交
取消