Studiati questo codice:

Codice PHP:
<?php 
$array 
= array(=> 'A'=> 'B');
$i 1;
echo(
"$array[$i]");
?>