Comment faire pour afficher cette chaîne HTML en fonction php echo

Je suis un débutant en php... j'ai un formulaire qui passent d'un nom d'utilisateur variable php scrit, c'est le code..
<form action="bottone.php" method="get"> Inserisci il tuo nome utente: <input name="username" type="text" /> <input type="submit" value="GENERA CODICE" /> </form>

Je voudrais afficher ce code HTML dans la botton.php script:

<a href=www.mysite.com/$username <img src="http://www.mysite.com/images/logo.jpg" width="50" height="50" alt="La mia pagina su Mysite"/></a>

où $username est la variable transmise à partir de la forme... comment puis-je faire avec un écho de la fonction??
Grâce

InformationsquelleAutor luca | 2012-03-12