Hi,
I am very new to all this programming stuff and need some help with my site i am creating...
What i want is a nicely designed page (HMTL?) that has forms that can be filled in, the forms would be like:
Name:
Address:
Age:
DOB:
MMN:
and so on...
and a tickbox at the end askign if the user agrees to the terms and conditions etc...
and then once the process button has been clicked, all the details that are entered are:
1. saved to another page (how is this done?)
2. Emailed to me...
If anyone can help me out it would be greatly appreciated.
Regards
Customer Details
Moderator: General Moderators
- scorphus
- Forum Regular
- Posts: 589
- Joined: Fri May 09, 2003 11:53 pm
- Location: Belo Horizonte, Brazil
- Contact:
If you don't have any yet, take the following helpful documentation/resources:
Regards,
Scorphus.
- Forms: http://www.w3.org/TR/html4/interact/forms.html
- HTTP POST: http://www.php.net/variables.predefined and http://www.php.net/manual/reserved.vari ... ables.post (also read User Contributed Notes)
- Mail functions: http://www.php.net/mail
- SMTP Class: http://www.phpclasses.org/browse/package/346.html
Regards,
Scorphus.