hi.
i'm trying to parse the following string, using this:
$superString = "?;6360101140051265944=9912196599040=?#! 322040000 I 2508 IA' "K00000?";
$parsedString = substr($superString, 10, 11);
but this isn't working. the value is returned empty when i use substr()
suggestions?