A
Anonymous
Guest
Hi all,
I have been curious to know what is involved in integrating a PHP file (for example a script that collects user inputted data and submits it to an email address) into a mysql database.
Lets say there is a form called "myform.php", it collects a persons firstname, lastname and telephone number, then, upon pressing submit, it emails it to user@mydomain.com.
Would the new procedure be:
"myform.php" collects the firstname, lastname and telephone number, enters it into a mysql database & its tables (first, last, telephone), then emails it, if the email is lost, I can have a query written that will look for that data in the tables?
Am I on the right path or in the bushes?
Thanks for reading
I have been curious to know what is involved in integrating a PHP file (for example a script that collects user inputted data and submits it to an email address) into a mysql database.
Lets say there is a form called "myform.php", it collects a persons firstname, lastname and telephone number, then, upon pressing submit, it emails it to user@mydomain.com.
Would the new procedure be:
"myform.php" collects the firstname, lastname and telephone number, enters it into a mysql database & its tables (first, last, telephone), then emails it, if the email is lost, I can have a query written that will look for that data in the tables?
Am I on the right path or in the bushes?
Thanks for reading