[PHP-DB] Retrieve the field name itself instead of the info of the field name

2003-03-21 Thread gert vonck
hello everyone, this is my code to retrieve info from my mysql db. This works perfect, but what i also want is a column before this column. In the first column, i want to see the field names from my table. So instead of selecting the info of the field names uitbater,straatnaam,... , I want to

Re: [PHP-DB] Retrieve the field name itself instead of the info of the field name

2003-03-21 Thread Mark
Uwe mysql_fetch_array() to get a row into an associative array, or use mysql_field_name() --- gert vonck [EMAIL PROTECTED] wrote: hello everyone, this is my code to retrieve info from my mysql db. This works perfect, but what i also want is a column before this column. In the first