A
|
alang 11/4/2008 |
The PHP "explode" function is useful for this - creates an array of strings from a single string where you can specify the delimiter character. |
D
|
davesmith author 11/5/2008 |
The PHP "explode" function is useful for this - creates an array of strings from a single string where you can specify the delimiter character.
|