Forum Moderators: coopster

Message Too Old, No Replies

form details to email and database

         

Flolondon

12:57 pm on Aug 1, 2004 (gmt 0)

10+ Year Member



Please guys.

There are two things..

1) I would like to see the filled form from a user automatically go to my email address so that I can keep tags on what is going on and

at the same time, Also the variable infomration go into the database.

How can I achieve both at the same time.

Thanks

mykel79

10:17 pm on Aug 1, 2004 (gmt 0)

10+ Year Member



When the form is submitted, use database functions to save the data and the mail() function to send everything to you address. Go to the php manual at [php.net ] to find out how to use these functions.

mgm_03

3:26 am on Aug 4, 2004 (gmt 0)

10+ Year Member



filter all foreign data ....that means anything a user enters into a form. do not trust what you get. see the topic I started on PHP Security...should be near the top of this page.