Ricordo che una stringa si puo' trattare (quasi) come un array di caratteri:
Codice PHP:
$string 'abcdef';
echo 
$string[2]; // output: c