i have a string in PHP that i need to split in half. The problem is it is not a set string, it is different depending on who visits the webpage so it needs to be dynamic so, for example, if the string was 1717 then it couldent be split 17 in half it would have to be split $string in half because...