io farei cosi'

Codice PHP:
<?php
$inizio 
"http://www.";
$centro "ciao";
$fine ".it";
$indirizzo $inizio.$centro.$fine;
echo 
$indirizzo;
?>