10.01.2012, 11:41
Yes, the star selects everything. But as the name implies, mysql_fetch_field_row is to be used to fetch the data from a single field. If you're looking to get more data from different fields, you're better off using mysql_fetch_row and splitting the result afterwards with sscanf.