View Single Post
  #6  
Old 06-10-2008, 08:19 PM
bobby317 bobby317 is offline
Corporal
 
Join Date: Feb 2008
Posts: 12
Default Re: Getting Error Can't seem to figure out

Ok I have downloaded the new Bv forum thing just did today and used to to create the forum saved published and same error I am trying to use the same thank you for 3 differnt forums on 3 differnt page's will that work?

here is the code from my ty page



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Raid Thanks</title>
<meta name="GENERATOR" content="Created by BlueVoda">
</head>
<body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
<?PHP
$mailto = "robert317********.com";
$email = $HTTP_POST_VARS['email'];
if ($email == "") {
$email = $mailto;
}
$mailsubj = "Event Idea's";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form :\n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
if ($key!="submit")
{
$mailbody .= "$key : $val\n";
}
}
mail($mailto, $mailsubj, $mailbody, $mailhead);
mail('', $mailsubj,$mailbody,$mailhead0;
?>
<div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:0" align="center">
<font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
<div id="bv_Text1" style="position:absolute;left:336px;top:177px;widt h:329px;height:160px;background-color:#FFFFE0;z-index:1" align="center">
<font style="font-size:27px" color="#000000" face="Arial">Thank you for your interest in running this raid. A group coordinator will be getting in contact with you soon</font></div>
<div id="bv_NavigationBar2" style="position:absolute;left:186px;top:117px;widt h:630px;height:31px;z-index:2" align="left">
<table border="0" cellpadding="0" cellspacing="0" id="NavigationBar2">
<tr>
<td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01141" src="bv01141.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01142" src="bv01142.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01143" src="bv01143.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01144" src="bv01144.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01145" src="bv01145.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
</tr>
</table>
</div>
</body>
</html>


Thanks again for all the help
Reply With Quote