I have a web page that is nearly as I want it. I have an SQL query that can select any field from a table dynamically depending upon my checkbox selections.
I know how to create a dynamic table using javascript, but can't seem to marry up how to populate the table with the SQL results. Is it possible to use some kind of parameter passing to do this ? Is there an easier way?
I have tried to think all ways around this and am at the end of my tether. Thanks for any help as my brain will soon be fried.
I know how to create a dynamic table using javascript, but can't seem to marry up how to populate the table with the SQL results. Is it possible to use some kind of parameter passing to do this ? Is there an easier way?
I have tried to think all ways around this and am at the end of my tether. Thanks for any help as my brain will soon be fried.