Il mio file prova.php
Codice PHP:
<?php
$tema 
"MIO-NOME - COGNOME";
$title str_replace(" - ""<br>"$tema);
echo 
$title;
Il risultato del browser
codice HTML:
MIO-NOME<br>COGNOME
Qundi fa esattamente quello che vorresti