Greetings everyone
i'm working on small php project and you help me a lot so far , what i want to know is how can i know the name of last column in a table i found away to know the last record in a column thats
SELECT LAST(column_name) FROM table_name
but i need to know the name of the last column in a table so i can store it in a value "what well happen is the user well not know the name of the column but when her press a button it will show the name of it" ... thank you
also if anyone know some good books please give me names