Thank you. I do understand how mysql_fetch_array() works, but I'm wondering how I can reference the actual 'field'.
In the example you gave above, you showed $myvar[1]. What if didn't want to know the contents of the association, but rather the name of the association at [1].
In other words, if I didn't know name of the field at location [1], how could I find out the field name?