Il mio file prova.php
Il risultato del browserCodice PHP:
<?php
$tema = "MIO-NOME - COGNOME";
$title = str_replace(" - ", "<br>", $tema);
echo $title;
Qundi fa esattamente quello che vorresticodice HTML:MIO-NOME<br>COGNOME
Il mio file prova.php
Il risultato del browserCodice PHP:
<?php
$tema = "MIO-NOME - COGNOME";
$title = str_replace(" - ", "<br>", $tema);
echo $title;
Qundi fa esattamente quello che vorresticodice HTML:MIO-NOME<br>COGNOME
No