Does anyone know how one might go about extracting just certain characters from a string? What I mean by this is grabbing like the 1st character of a string, grabbing the last character of a string, stuff like that. Thanks a bunch!
look at substr function on php.net/manual