View Single Post
Old Feb 10th, 2008, 11:01 PM   #3
MiKuS
Programmer
 
Join Date: Jun 2007
Posts: 93
Rep Power: 2 MiKuS is on a distinguished road
Re: PHP, how to do this?

you would also send mails with the php mail() function.

We wont write code for you, but will push you in the right direction.
Here is a step by step process to doing what you want:
1. Create a form in html to accept the information you'll need
2. Once the form has been submitted run a function which will email the results to a specified person(s)
3. Insert the information into a database
4. Make a page which pulls hte information out of the database and displays it.

In between these steps there will be more smaller steps - see if you can figure them out.
MiKuS is offline   Reply With Quote