Codice PHP:
<?php
$variabile001 
'il testo che voglio';
$testo = ${'variabile'.$_GET['img']};
echo 
$testo;
?>