mysql_fetch_assoc只能用字段,就像mysql_fetch_array($result, MYSQL_ASSOC)結果。
mysql_fetch_row 只能是數字
加起來就是mysql_fetch_array
以上就介紹了 mysql_fetch_assoc和mysql_fetch_row的功能加起來就是mysql_fetch_array,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。