$title = 'RPG Game Web Hosting';
include('header.php');
$main = $main . '
';
if(((!$_COOKIE['rpgtoplist']) && (!$_SESSION['rpgtoplist'])) || (!$email))
$contact='| An online contact form is available for registered users. | ';
else if($_POST['message'])
{
email($info['email'], 'admin@rpgtoplist.com', 'contact', clean($_POST['message']), clean($_POST['message']));
$contact='| Your message has been sent. | ';
}
else
{
$contact = '| You can also contact us directly below: | | ';
}
$main = $main . '
Contact us |
| RPG Top List | admin (at) rpgtoplist.com |
| | |
| LotD Hosting support | support (at) lotdhosting.com |
| LotD Hosting billing | billing (at) lotdhosting.com |
| | |
' . $contact . '
| ';
include('footer.php');
?> |