Help - Search - Members - Calendar
Full Version: Problem Runing My Contact
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
issamakalai
my name issam from tangier city morroco I have a problem when he sent a message in my site to send me to a Web page.
I have a code when any error is not what is the problem, please wacko.gif



this is my devop code

<?php

/* Subject and Email variabales */

$emailSubject = 'crazy PHP Scripting';
$webmaster = 'email@email.com';

/* Gathering data variables */

$emailFieled = $_POST['email'];
$nameFieled = $_POST['name'];
$phoneFieled = $_POST['phone'];
$areyouFieled = $_POST['areyou'];
$serviceFieled = $_POST['service'];
$countryFieled = $_POST['country'];
$commentsFieled = $_POST['comments'];

$body = <<<EOD
<br><hr><br>
Email: $email <br>
Name: $name <br>
Phone: $phone <br>
Areyou: $areyou <br>
Service: $service <br>
Country: $country <br>
Comments: $comments <br>
EOD;

$headers = "From: $email\r\n";
$headers .= "Content=type: text/html\r\n";
$success = mail($webmaster, $emailSubject, $body, $headers);

/* Results rendered as HTML */

$theResults = <<<EOD
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
<style type="text/css">
<!--
.Style1 {
color: #FF0000;
font-weight: bold;
}
-->
</style>
</head>

<body>
<div align="center" class="Style1">Thanks for the message we will respond to you as soon as !</div>
</body>
</html>
EOD;
echo "$theResults";
?>

ssfdre38
you have to purchase mail() from us for you to send your mail from your site to your e-mail address http://zymic.com/hosting/purchase-mail/ and this is NOT a database problem or a MySQL Problem so its getting moved
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.