edpatterson
IS-IT--Management
- Feb 24, 2005
- 186
The more I search, the more confused I get...
I would like to present a user with data laid out in a HTML table. The original data is in a MySQL database. Each row in the table contains:
[tt]
(urlID)(listName)(urlName)(urlDesc)
[/tt]
The user will only be able to change (listName) field and there could be a couple hundred rows in the table.
I am assuming I would need to make some kind of array for each row then send the arrays back via a form post then generate a huge honkin query statement to update the tables.
I can query the original data out and present it in a table, it is the converting the table cells into form elements and processing the posted data that has me confused.
As I it is I manually query out the data and make the assignments, but I am tired of being the 'url boy' (Monty Python reference).
Thanks for any assistance,
Ed
I would like to present a user with data laid out in a HTML table. The original data is in a MySQL database. Each row in the table contains:
[tt]
(urlID)(listName)(urlName)(urlDesc)
[/tt]
The user will only be able to change (listName) field and there could be a couple hundred rows in the table.
I am assuming I would need to make some kind of array for each row then send the arrays back via a form post then generate a huge honkin query statement to update the tables.
I can query the original data out and present it in a table, it is the converting the table cells into form elements and processing the posted data that has me confused.
As I it is I manually query out the data and make the assignments, but I am tired of being the 'url boy' (Monty Python reference).
Thanks for any assistance,
Ed