$str="this is string"; $array=explode(" ",$str); print_r($array); ?> Array ( [0] => this [1] => is [2] => string )
Revisions
- October 18, 2013 @ 00:13:29 [Current Revision] by PeterLugg
- October 18, 2013 @ 00:13:29 by PeterLugg
- October 18, 2013 @ 00:13:14 by PeterLugg
- September 20, 2013 @ 00:27:39 by PeterLugg
No comments yet.