Accordion reordering matters?

Accordion reordering matters?

Hello All,

I am just wondering. the reordering feature in the accordion widget of Jquery UI can be used to have a notion of the new ordering? For example what I want to do is have 8 textareas inside each header and after using them I would reorder them. In the next page I am displaying the content of each textarea but I want it to appear in accordance to the reordering I did in the last one.

If it had some notion of id that changes with the reordering I would easily sort the $_POST. I have not seen something like that though.

Any ideas on how to achieve that? I am using PHP btw.