This is my form:
What would be my form action on send_contact.php?PHP Code:<p><strong>Contact form</strong></p>
<form id="form1" name="form1" method="post" action="send_contact.php">
<p>Name:
<input type="text" name="name" id="name" />
</p>
<p> </p>
<p>E-Mail Address:
<input type="text" name="email" id="email" />
</p>
<p> </p>
<p>Subject of Enquiry:
<input type="text" name="subject" id="subject" />
</p>
<p> </p>
<p>Please enter your message below: </p>
<p>
<textarea name="message" id="message" cols="45" rows="5"></textarea>
</p>
<p align="center">
<input type="submit" name="submit" id="submit" value="Submit" />
<input type="reset" name="reset" id="reset" value="Reset" />
</p>
</form>
+rep to all contributors (where possible)
Also - how do I record IP addresses, and show it to users, like on Galaxy-Webhosting?
and how do I make it so you cannot submit the form without the fields filled in?
Sorry for my n00b =[.
TML
Closed by Meti (Forum Moderator): Thread closed due to arguments.










