if (isset($_GET['url'])) $url = $_GET['url']; else die ("parametro url non impostato"); if (isset($_GET['ref'])) $ref = $_GET['ref']; $url = htmlspecialchars($url); ?>
print $url; ?>