Thread
:
group similar data in a string?
View Single Post
#
2
(
permalink
)
Apr 26th, 2008, 00:33
ScottR
Reputable Member
Join Date: Dec 2005
Location: U.S.A.
Posts: 147
Thanks: 0
Thanked 3 Times in 3 Posts
Re: group similar data in a string?
PHP
has a ton of string manipulation functions.
http://us2.php.net/manual/en/ref.strings.php
I would grab what I need from the string and build an array. Maybe look at substr() or substr_count().
Good Luck,
Scott
ScottR
View Public Profile
Visit ScottR's homepage!
Find all posts by ScottR