快速的問題......我的SQL查詢吐出此數據...PHP SQL,查詢返回的數據只有一行
Array ([id] => 1 [name] => Test Name [text] => This is text [image] => image.jpg)
當有兩行數據,是有什麼錯我的php代碼?
$query = "SELECT id, name, text, image FROM categories";
$results = mysql_query($query, $connection);
$results = mysql_fetch_assoc($results);
感謝Madbreakers對你的幫助 – user979331 2012-03-10 05:40:13
「謝謝」是好的,但你可能會想贊成票,你發現有幫助的任何答案,並接受你認爲最好的答案是你的問題。 – Madbreaks 2012-03-10 05:41:22