Hello there, I was wondering whether someone could explain to me
mysql_fetch_array ( resource result [, int result_type] )
MYSQL_ASSOC, MYSQL_NUM,
What's the difference between MYSQL_ASSOC and MYSQL_NUM when referring to the rows it returns?
I am quite lost :bemused: