xtremeathlonxp
10-31-2003, 12:40 AM
I am trying to figure out the php mail() function the following code will not work to e-mail the form results. Can anyone tell me what I have done wrong?
<form action="mail ("e-mail address","Hosting" "message")"; method="post" enctype="text/html" name="form1" target="_self">
<p>Username:
<input type="text" name="textfield">
</p>
<p>
Password:
<input type="password" name="textfield2">
</p>
<p>
E-Mail Address:
<input type="text" name="textfield3">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
<input name="Reset" type="reset" id="Reset" value="Reset">
</p>
</form></td>
</tr>
<form action="mail ("e-mail address","Hosting" "message")"; method="post" enctype="text/html" name="form1" target="_self">
<p>Username:
<input type="text" name="textfield">
</p>
<p>
Password:
<input type="password" name="textfield2">
</p>
<p>
E-Mail Address:
<input type="text" name="textfield3">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
<input name="Reset" type="reset" id="Reset" value="Reset">
</p>
</form></td>
</tr>