Welcome Guest ( Log In | Register )



 
Closed TopicStart new topic
> Creat Contact Page By Php
viznet
post Aug 2 2005, 06:53 AM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Banned
Posts: 9
Joined: 2-August 05
Member No.: 7,580




1. First, you creat 1 file contact.php with content:

CODE

<form method="post" action="send.php">
<INPUT TYPE="TEXT" value="you@yoursite.com" NAME="email" size=20> <br>
<INPUT TYPE="TEXT" value="Tiêu đề" NAME="subject" size=20> <br>
<TEXTAREA NAME="comments" value="Your Message Here" ROWS=5 COLS=20>Lời nhắn của bạn</TEXTAREA> <br>
<input type="submit" name="submit" value="Gửi !"> <input type="reset" name="reset" value="Làm lại"> <br>
</form>


2. continues , you creat 1 file send.php with content:

CODE

<?php
mail("you@yourdomain.com", "$subject", "$email", "$comments");
echo("Cám ơn $email!<BR>\nChúng tôi sẽ cố gắng đọc và trả lời trong thời gian ngắn nhất<BR><BR>\nSubject: $subject<BR>
Email: $email
\nMessage: $comments");
?>


3. Note: change "you@yourdomain.com" in file send.php by your email

Have fun! biggrin.gif
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Visual Web Developer 2005 Express Edition Beta 2(13)
  2. Free Links Exchange: Promote & Increase Page Rank(9)
  3. Using Php With Front Page(14)
  4. How To Increase Windows Shutdown Speed(39)
  5. A Solution For Disabled Right Click On Web Page(20)
  6. Help With Game Design In C++(7)
  7. Disable /change The Find In Page Sound In Firefox(1)
  8. PHP Tutorial: Form Verification And Simple Validation(12)
  9. How To Increase Your Google Page Rating ?(12)
  10. Choosing A Different Joomla Start Page(5)
  11. Login Help(3)
  12. Adding Element To Page Issues(0)
  13. Problem With Purchase Credits Page(7)
  14. Server Status Page Gone(1)
  15. Was My Site Data Copied By Someone?(6)
  1. Unintrusively Streaming Pdf Documents Into A Web Page(2)
  2. How To Create/edit/delete Ftp Accounts With Php(1)
  3. Javascript Tutorial For Beginner(0)
  4. Updating Only One Thing In A Page?(3)
  5. How To Create A "user Profile" Page.(14)
  6. Similar Page Checker(0)
  7. Make It Impossible To View Page Source(11)
  8. Hidden A Page Url(1)
  9. Astahost Is Dead(10)
  10. Hacked By Dumansal(2)
  11. Design A Contact Form In Flex Part 1(0)
  12. Center Update(5)
  13. How To Design A Contact Form Part 3(0)


 



- Lo-Fi Version Time is now: 8th October 2008 - 07:34 AM