hey guys,
I have made a database using mysql and i am showing it on the browser using php.
now the problem is that i only want those columns to display which have entries or some data in them for a particular row.
Suppose that if there is one entry in a database and all the columns except one is filled.Now I want that the column which is not filled should not be shown in the table in the browser.
PLEASE HELP
I have made a database using mysql and i am showing it on the browser using php.
now the problem is that i only want those columns to display which have entries or some data in them for a particular row.
Suppose that if there is one entry in a database and all the columns except one is filled.Now I want that the column which is not filled should not be shown in the table in the browser.
PLEASE HELP