I have an array that I'm getting from my database this is what it looks like before its unsterilized:
a:3:{i:1;s:3:"one";i:2;s:3:"two";i:3;s:5:"three";}
If you notice at the beginning of it it says a:3: How do I get the three out of that data after its be unserialized?