how can i start two characters of a string regardless of the length of the string.
FROM substr()
substr()
$string = substr("something", 0, 2);