Hi all,
$a1 = $_POST["a"];
$servicec = addslashes(serialize($a1));
i used this code to store the check box values in db with comma seperated
it has stored like this....a:5:{i:0;s:18:"vehicle Inspection";i:1;s:14:"batteryservice";i:2;s:10:"oil canhge";} but while retrieving its displaying in the same manner
but i want dont want to display like this.....i want it to be displayed normally,,, what to do.......