mysql_fetch_row is the same as mysql_fetch_array with MYSQL_NUM. That is, you get an array with a numeric index. However, with mysql_fetch_array you can ...
確定! 回上一頁