//You can use your string the same as an array : $some_string = "apple"; echo $some_string[2]; //echo "p"