$matches = array();preg_match("#<percorso>([^<]+)</percorso>#i", $stringa_da_matchare, $matches);$mp3 = $matches[1];