kits graphiques gratuits logo kit graphique 9 kit graphique 9 kit graphique 9
kits graphiques menu kits graphiques flash menu animations flash menu kits graphiques css (css templates)

Go Back   Kits graphiques gratuits > Forums kits gratuits > Kits graphiques gratuits flash
Register Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 09-24-2009, 04:48 PM
titofy titofy is offline
Junior Member
 
Join Date: Sep 2009
Posts: 8
titofy is on a distinguished road
Default

Re bonjour,

comme proposé j'ai souscrit un abonnement chez un hébergeur, j'ai choisi 1&1, l'adresse du site devient www.abcsolaire.fr.
Mon formulaire de contact ne fonctionne tjs pas, j'arrive une fois que je valide sur une page d'erreur "The page cannot be displayed" etc....

ci-dessous les codes :
pour la page contact.htm


<h1><span class="orange">IFORMATIONS CONTACT</span></h1>
<img src="images/image9.gif" class="left" alt="image" title="image"/>
<br/><br/>
<p class="left"><strong><span class="orange">A</span><span class="green">B</span><span class="orange">C</span> Solaire</span></strong><br/>
1 Rue de Paris, Cergy, 95000<br/>
<strong>Tel</strong>: 06-13-85-49-14<br/>
<strong>Office</strong>: 06-13-85-49-14<br/>
<strong>Fax</strong>: En cours<br/>
<strong>Mail</strong>: <a href="mailto:abcsolaire@numericable.fr">abcsolaire @numericable.fr</a></p>

<div class="clearboth"></div>
<br/>
<br/>
<h1><span class="orange">Fiche contact => ATTENTION LE FORMULAIRE N'EST PAS OPERATIONNEL MERCI D'UTILISER L'ADRESSE CI-DESSUS</span></h1>
<br/>
<form method="post" action="contact.php">
<fieldset><legend>Vos informations</legend>
<p><label for="name" class="text">Nom :</label><input class="text" type="text" name="name" id="name"></p>
<p><label for="email" class="text">Adresse Email :</label><input class="text" type="text" name="email" id="email" ></p>
<p><label for="telephone" class="text">Telephone :</label><input class="text" type="text" name="telephone" id="email" ></p>
</fieldset>
<fieldset><legend>Message</legend>

<p><label for="subject" class="text">Sujet :</label><input class="text" type="text" name="subject" id="subject"></p>
<p><label for="message" class="text">Message :</label><textarea class="text" name="message" id="message"></textarea></p>
<p><label class="text">&nbsp;</label></p>
</fieldset>
<p class="center"><input class="button" type="submit" value="Envoyer"></p>
</form>

Pour la page contact.php

<?

$your_email = "abcsolaire@numericable.fr";

$headers= "From: ".$_POST['abcsolaire']." <".$_POST['abcsolaire@numericable.fr'].">\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><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");

Que faire ?
je doute cette fois si que le pb vienne de chez 1&1....

Merci
Christophe
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:26 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.