Re: [PHP-WIN] listing of column names...

2002-01-29 Thread Afan Pasalic
Thanks guys, that was really fast. And helpful... Exactly what I needed... Afan

Re: [PHP-WIN] listing of column names...

2002-01-29 Thread Symeon Charalabides
> Hi all, > I need a function to make a list of names of columns of specific table. > Any fast help? I was searching in MySQL documentation but I can't find it (I > didn't say is not there...) Thanks! > mysql_field_name mysql_fetch_field Use externally, twice a day. Symeon Charalabides (cosmop

Re: [PHP-WIN] listing of column names...

2002-01-29 Thread Piotr Pluciennik
Try this: http://www.php.net/manual/en/function.mysql-fetch-field.php Piotr --- Afan Pasalic <[EMAIL PROTECTED]> wrote: > Hi all, > I need a function to make a list of names of columns > of specific table. > Any fast help? I was searching in MySQL > documentation but I can't find it (I didn't

[PHP-WIN] listing of column names...

2002-01-29 Thread Afan Pasalic
Hi all, I need a function to make a list of names of columns of specific table. Any fast help? I was searching in MySQL documentation but I can't find it (I didn't say is not there...) Thanks! Afan