Free Beautiful Css templates, Web designer tricks from expert
Easy way to turn a CSV file into a parseable array.
<?php $str="foo,bar,baz,bat"; $arr=explode(",",$str); // print_r($arr); ?>
No comments:
Post a Comment