Mar 23rd, 2012, 6:36 AM
I need to create a very simple form page. The page would list terms and conditions of usage of an internet connection. The person would type their full name into a single field, check off a checkbox for "I agree to the terms and conditions", and would then click "submit". This action should set a cookie in their browser that would then allow them to bypass this page the next time they connect to the internet. Their name, the checkbox "answer", and their IP address should then be saved to a MySQL database.
I am just not sure where to start to accomplish those items. Can anyone here advise me on how to accomplish those specific tasks, or maybe point me somewhere that I could find an answer/method? Basically, I need something similar to what you would find if you went to a coffee house or an airport and tried to connect your laptop to their wi fi connection... you would be presented with a page showing their terms and conditions, you accept those terms, and you are then free to use the connection without having to agree to the terms again.
Thanks!
I am just not sure where to start to accomplish those items. Can anyone here advise me on how to accomplish those specific tasks, or maybe point me somewhere that I could find an answer/method? Basically, I need something similar to what you would find if you went to a coffee house or an airport and tried to connect your laptop to their wi fi connection... you would be presented with a page showing their terms and conditions, you accept those terms, and you are then free to use the connection without having to agree to the terms again.
Thanks!