$string="a,b,c"; $loop=explode(",",$string); foreach($loop as $value) { echo 'this is the value -'.$value.' | '; }
Like this chef? Share with friends..