Hello,
I am currently working on a blank application : in this app, users will be able to quickly export data from 4-5 tables (without using grids as there are several tables).
So i tried to use some Mysql functions as mysql_field_name and mysql_num_rows.
But it seems impossible to do this no ?
Would you have any idea to get the name of the columns ?
I am working with a function so the query is like :
select * from $_POST['table'];
Thanks for your help.