Re: [PHP-DB] combination of fetch_field and fetch_row

2003-03-24 Thread Mark
It appears you didn't get an answer on list. You can try using mysql_fetch_array() instead of mysql_fetch_row(). Then you'll get an associative array, with the field names as the keys. So you can do something like this: $result0 = mysql_query("SELECT uitbater,straatnaam,postcode,gemeente,provincie

[PHP-DB] combination of fetch_field and fetch_row

2003-03-22 Thread gert vonck
hey everyone, i want to get this result : -- | Boss (--> field name) | Mr. Blabla | | Street| Oxford str.| ... ... I did this with : $result0 = mysql_query("SELECT uitbater,straatnaam,postcode,gemeente,