Not sure really what to call it. But in my mysql database I have tons of values like this :
a:2:{i:5;s:10:"likes";i:10;s:10:"likes";}
a:3:{i:5;s:10:"likes";i:10;s:10:"likes";i:11;s:10:"likes";}
I was under the assumption this is a form of an array and I have seen this before in another databse so I figured it was pretty standard, but kinda stumped now and my question is what would be a query to retrieve the largest of these arrays. so that a:MAXNUM{"likes";} is returned.
If you need me to explain more please ask.