I am self taught programmer so forgive me if use the wrong terms.
Want I want is to create a hashtable, I think that's what is called....
I want to create a database that I can check the column names and add a row with 0 except at the appropriate column, 1...
I don't mind creating all my columns manually and adding them the same script, to check for the column name against my_string, so I need a way to give to my javascript the name of its database column...
even better version, is there a way to create database columns from a javascript?
thanks ![]()