Studiati questo codice:

Codice PHP:
<?php 
$string 
'ABCD';
echo(
$string[0]);
echo(
$string[4]);
?>