mysql_fetch_object has same properties as that of mysql_fetch_array with only one difference that an object is returned instead of array in mysql_fetch_object. Means that you can only access the data by field names and not by their offsets.
mysql_fetch_object
mysql_fetch_array
Could the experts please comment on this, and offer some advice? Thanks a lot.