Hello, may I ask a big favor?
Will someone please post the code to do the following I just want to see how most would do it and then compare it with mine and learn in the process.
Scenario I have a form I want to capture the data mail the data to both myself and the human that entered the data, then I want to be able to go to domain.com/backend and then be able to pull reports from the database with the captured data. Preferably in a date range so say 10 August 2015 till 5 December 2015 etc.
The data I will be able to adjust the code as I learn it so lets keep it simple:
Name
Surname
Email
Cellphone
I went with php since I just thought oh well MySQL and Php generally fits together like a glove. However you are free to use any language you think would work best.
Keep in mind I will like to do the /backend page in bootstrap to keep with the look etc.
Much Appreciated
Will someone please post the code to do the following I just want to see how most would do it and then compare it with mine and learn in the process.
Scenario I have a form I want to capture the data mail the data to both myself and the human that entered the data, then I want to be able to go to domain.com/backend and then be able to pull reports from the database with the captured data. Preferably in a date range so say 10 August 2015 till 5 December 2015 etc.
The data I will be able to adjust the code as I learn it so lets keep it simple:
Name
Surname
Cellphone
I went with php since I just thought oh well MySQL and Php generally fits together like a glove. However you are free to use any language you think would work best.
Keep in mind I will like to do the /backend page in bootstrap to keep with the look etc.
Much Appreciated