I have an array of data saved in cookie, like this
1:good,2:accelent,3:bad,4:good,fname:Ahmad,lname:Riaz,title:Developer,org:Magiclamp,email:Riaz@khan.com
here i want to save this data in different tables This in one table
1:good,2:accelent,3:bad,4:good
and this in another table
fname:Ahmad,lname:Riaz,title:Developer,org:Magiclamp,email:Riaz@khan.com
how can i solve this problem