Hi everyone,
I have a form with checkbox input and the data is stored into a MYSQL table.
So I serialize this checkbox data before inserting it into the database. Now I also export the data with a
click of a button into a spreadsheet.
The data in the mysql table looks like this a:3:{i:0;s:3:"uno";i:1;s:3:"dos";i:2;s:4:"tres";}
I was wondering if its possible to modify the above data to just uno,dos,tres and then insert it into my excel table.
Thanks
cheers
rohit