Hi, does anybody know what I can use to get the first character of a string? Thankyou!
$char1 = substr($string, 0, 1);