get_a_line($q); @extract($r); // Write Click to the file. $clicks++; $q = "update campaigns set clicks = $clicks where campaign_name = '$campaign_name'"; $r = $db->insert($q); if($destination_url<>""){ // create the html here echo ""; echo ""; echo "URL Makeover"; echo ""; echo ""; echo ""; echo "<head>"; echo "<title>URL Makeover</title>"; echo "<META HTTP-EQUIV='Refresh' CONTENT='0; URL=$destination_url'>"; echo "</head>"; echo "<body>"; echo "</body>"; echo ""; echo ""; echo ""; exit; } echo "

The Redirect Destination URL does not exist. Please report this error to the web admin.

"; ?>