Sempre che abbia capito cosa vuoi fare.
Codice PHP:
$arr explode(',',$stringa);
$i 1;
foreach (
$arr as $lettera){
echo 
$i.$lettera.' ';
$i++;