any body thr who can help ma and answer my q's
1) i created a feed back form in php
2) 1st i made a html form and coded thr
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form method="post" action="sendmail.php">
<br />
Message:<br />
<textarea name="message" rows="15" cols="40">
</textarea><br />
<input type="submit" />
</form>
</body>
</html>
3)then on sendmail.php i coded
<?
$message = $_REQUEST['message'] ;
mail( "jerrymax33@hotmail.com", "Feedback",
$message, "From: Feedback" );
header( "Location: http://geocities.com/kmudasser" );
?>
4)Problem is tht kindly give me an idea how i check this one on to my IIS.
5)wht is the procedure and is it right to make a feed back form