free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Having issues with template 7


Nova Blue
08-05-2010, 06:05 PM
Hello there,

I am using free template 7. I seemed to see the page pretty well on IE as well as through Chrome. However, i have asked myfriends to test it and they say they can only see first page of the website.
What seems to be the problem?

Site: www.nova blue investment.com

Another thing i have is on contact form, whenever i am testing it it gives me "page not found" message.
This is my contact file:

<?

$your_email = "info@novablueinvestment.com";

$headers= "From: ".$_POST['name']." <".$_POST['email'].">\r\n";
$headers.='Content-type: text/html; charset=utf-8';
mail($your_email, $_POST['subject'], "
<html>
<head>
<title>Contact Message</title>
</head>
<body>
Contact Message<br>thank you<br>
Name : ".$_POST['name']."<br>
Email : ".$_POST['email']."<br>
Telephone : ".$_POST['telephone']."<br><br>
Subject : ".$_POST['subject']."<br>
Message : <br>".$_POST['message']."<br>
</body>
</html>" , $headers);
header("Location: ./index.htm?page=_contact_message.htm");
?>



thank you

freenicetemplates
08-13-2010, 08:28 AM
Hello,
Everything work fine for us. On what browser the problem appear ?
To use de contact form, you're hosting plan must work with PHP.