Pourquoi ne pas faire un simple explode ?


$tab = explode(' ', $ligne);
echo $tab[2];
echo $tab[3];
echo $tab[4];