Hi,
I'd like to know what the most efficient code is for checking the first 2 digits of a string.
eg a strings first 2 digits must equal '07'
thanks,
substr($string, 0, 2) === '07'