table question - how to get values from a table
If you created the table in Javascript it would be simple since you could store the table text in seperate arrays.
If the data in the tables is constant I would just store it in another relational table in your database. Then it's just a matter of copying it from one DBtable to another.
Once XML becomes more of a standard this sort of stuff will be much easier.
Later,
PJ
Anonymous posted this at 17:30 — 12th July 1999.
They have: 5,633 posts
Joined: Jan 1970
I have a table of data and the first column contains a checkbox. When someone clicks on a checkbox I want to save data for that row to a database but I don't know how to retrieve the data for the row that's clicked on...
Any suggestions?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.