Codice PHP:
<?php
$str 
"l'albero";
$str2 htmlspecialchars($strENT_QUOTES);
echo 
"<a href='index.php?nome=$str2'>LINK</a>";
?>