View Single Post
  #2 (permalink)  
Old Apr 26th, 2008, 00:33
ScottR ScottR is offline
Reputable Member
Join Date: Dec 2005
Location: U.S.A.
Posts: 147
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to ScottR Send a message via Skype™ to ScottR
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
Reply With Quote