Contact Us Form Using PHP Mail
Posted by Athan on July 9th, 2008 filed in Web Tools, Websites and Webhosting
You will need to have an HTML file first that will contain your form. Below is an example that you can edit to suit your needs. You can name it form.html, for instance.
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<title>Contact Us</title>
<link rel=”stylesheet” type=”text/css” href=”../../css/nms.css” />
</head>
<body>
<form method=”post” action=”mail.php”>
<table>
<tr>
<td>What is your name ?</td>
[...]