I was wondering if it was possible to perform an sql in PHP on a database table, which would return the column names of that table. The database in question is Interbase . Thanks
I dunno Interbase, but (My)SQL has a SHOW syntax, you should check it out on that topic in the manual.
Greetz,
Vincent Driessen Venlo, The Netherlands