[php]<?php
$to=($_GET[“to”]);
$subject = ‘SixtyCraft Confirmation Mail’;
$message = ‘Thank you for registration.
Here is your confirmation code: ‘.$_GET[“code”] .’’;
mail($to, $subject, $message);
?>[/php]
http://creeper9207.com/register.php?code=CODE GOES HERE&&mto=EMAIL ADRESS HERE"