Click to See Complete Forum and Search --> : sending data from form to database , printing it and sending mails


jzs123
10-28-2008, 02:51 AM
hi everyone i'm a beginner in php/mysql
i have 2 questions
1)plz i want to know how to store data entered by the user and print it out to him in a new page,, for example a user who store his personal details in a forum i want to display the entered data in a new page to let him revise his own data


2) also i want to send this data to the administrator of the site , how to send this data to the administrator in his own mail

starheartbeam
10-28-2008, 04:01 PM
Doing a google search is always helpful:

Here is something to start you off:
Inserting Data into MySQL using PhP (http://www.wallpaperama.com/forums/how-to-insert-data-into-mysql-db-using-form-in-php-database-enter-code-t868.html)

email in PHP (http://www.sitepoint.com/article/advanced-email-php/)

Sending E-mail throught MySQL (http://bytes.com/forum/thread726296.html)

Form to Database (http://www.hotdreamweaver.com/form-to-database)

Good Luck and happy reading :)