I've actually managed to split it up and get the details I need using the explode() function. I didn't realize you could customize the parameter of where you want the function to split the string up. Here's an example anyway in case there is a more efficient method. It stores two forms of output, I used this one with the explode() function.
Quote:
a:11:{i:1;s:4:"Test";i:2;s:4:"Test";i:3;s:4:"Test" ;i:4;s:4:"Test";i:5;s:4:"Test";i:6;s:4:"Test";i:12 ;s:2:"No";i:8;s:4:"Test";i:9;s:4:"Test";i:10;s:3:" Red";i:11;s:4:"Test";}
|