<?php $str="foo,bar,baz,bat"; $arr=explode(",",$str); // print_r($arr); ?>
Subscribe
Login
0 Comments
Most Voted