i'm trying to dynamically create a table, based on html forms, which i've done.
now i'd like to be able to insert data into that table, or get information from cells within that table. i do not know what fields the user has created. is there a way to obtain that information?
ie, if the user created a table with
id int 9
firstname text
lastname text
age varchar 3
address text
would i be able to just pull up that information? i've tried looking around, but couldn't find anything, but it is kind of hard to put it down in a few search words. thx.