hello
i'm a beginner in php and i'q like to know how the read the first 2 characters in a strin. for example, when the string is "69001", i'd like to get "69".
thanx in advance
substr($string,0,2)