A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by impulse() » Tue Dec 19, 2006 3:11 pm
Code: Select all
$string = "this is what i want to split"; $split = str_split($string, " ");
Post by Luke » Tue Dec 19, 2006 3:12 pm
Return to “PHP - Code”