free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
Contact form
Hello
How i can making for example: e-mail and name required, for my site contact form? www.noregrenhold.no thank you |
#2
|
|||
|
|||
php contact form
You can do something like this at the begining of contact.php :
if (empty($_POST['name']) || empty($_POST['email']) ) { header("Location: ./index.htm?page=_error_message.htm"); }
__________________
We are always pleased to read you in our guestbook |
#3
|
|||
|
|||
thanks , But i must making new page like: error_masage.htm?
and i have this text in contact.php:header("Location: ./thankyou.htm"); from befor must delet this or? Wher i must put it? : <? $your_email = "post@post.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> Kontaktskjema<br><br> Navn : ".$_POST['name']."<br> E-post : ".$_POST['email']."<br> Telefon : ".$_POST['telephone']."<br><br> Emne : ".$_POST['subject']."<br> Henvendelse : <br>".$_POST['message']."<br> </body> </html>" , $headers); header("Location: ./thankyou.htm"); ?> can you help me please? thanx Last edited by dylan; 07-13-2009 at 05:46 PM. |
#4
|
|||
|
|||
php contact form
Hi,
You'll find here (sendeail.php) a complete script to send a mail : http://www.ibdhost.com/contact/ But don't forget to rename your page kontakt.html in kontakt.php.
__________________
We are always pleased to read you in our guestbook |
#5
|
|||
|
|||
Hi
Thanks for your help, but I want me and change the current contact form (template 9 contact form). is it possible to get help from you? thank you so much |
|
|