I have a 5 column table. The table row order is edited moving the rows up or down on the client side by the user, I want to now upload the data so the database can be updated.
I thought of converting the two columns to a array then send by a serialized post
What is the best way to upload the table data to php. I only need the first two columns.?