$a = "Luogo: A";
$b = "Luogo: B";
$a1 = explode(":",$a);
$b1 = explode(":",$b);
$stringa = $a1[0]." ".trim($a1[1])."-".trim($b1[1]);
//non testata
$a = "Luogo: A";
$b = "Luogo: B";
$a1 = explode(":",$a);
$b1 = explode(":",$b);
$stringa = $a1[0]." ".trim($a1[1])."-".trim($b1[1]);
//non testata
2000 post e sono più vecchio di 4 anni...
grazie a tutti....