You can use json_decode() to turn it into a multidimensional array, but you'll need to first strip out that while statement. You could use substr() to cut the first 11 or whatever characters off, and then trim() it to take care of any remaining whitespace.
thanks. but just one more question.
can you tell me that suppose if i have some utf8 unicode values instead of
that 1, b or c..
will substring function create a problem ?
Bookmarks