hi all,
i am new to php, i have a database field called results in that i am inserting a string something like this "category_name:-abs43;c1-abs43;types:-abs43;t1"
now i want to put this string into an array, i have used the delimiter '-abs40;' as u can see in the string.
the array should be like this Array([category_name:]=>c1[types:]=>t1)
how can i accomplish this