Fishamit
June 5th, 2008, 07:55 AM
Hi
I need to write a dynamic table, which will be viewed in a browser, where anyone can actually add a new row.
for example, say there's a table with columns "name", "phone" and "address". there are some entries, and right below the table there should be name, phone and address fields and a "submit" button, which will add the entries to the table. the table must also save (don't know the simplest way to do that, i'm guessing save into an XML file?)
now what would be the simplest way to achieve something like that?
I need to write a dynamic table, which will be viewed in a browser, where anyone can actually add a new row.
for example, say there's a table with columns "name", "phone" and "address". there are some entries, and right below the table there should be name, phone and address fields and a "submit" button, which will add the entries to the table. the table must also save (don't know the simplest way to do that, i'm guessing save into an XML file?)
now what would be the simplest way to achieve something like that?