How can I create a html form to extract certain data from a flat file and

Cifru

New member
send it via email? I know how to create an html form in Expression Web 3. Now I need to create a script through which the client enters their email and they are mailed their personal info, such as name, address, email, etc... sort of like a reset password form in other words but a different concept. The details are held in a flat file (I know this may not be secure). Can someone tell me of a script or a program to do this. Thank you for your help in advance.
Well said: but how can I do the list below:

i'm giving you the algorithm.......... Implement it:

Begin:

1. Client enter his e-mail in a GET/POST request.
2. Grab the GET/POST request from the client
3. Validate the e-mail from your database
4. In success call mail() function to send him/her with his/her details.

End
 
Back
Top