before that i upload values using implode(),after that i need display that array values.
below this code showing array values as in single variable.Click Here
see that page i added 5 categories but it displayed in single variable, i want to separate it, becaz that ids are different
category:Pediatrician,ayurveda,skin Care,optical,yoga,
Address : sgdrg 12 0
$place = $row['category_id'];
$arr = array($place);
foreach($arr as $place1)
echo $place1;