extract string
Posted: Tue Aug 30, 2005 3:02 pm
is there any way by which i can extract each word in a string which is separated by a comma??
eg. $string="a,b,c,d,e"
what i want is to extract a b c d e to separate variables??
eg. $string="a,b,c,d,e"
what i want is to extract a b c d e to separate variables??