Basic PHP/MySQL Database Script
Posted: Tue Jan 26, 2010 1:41 am
I am developing a new Terms of Service for my site as well as a new Privacy Policy. I want all new users to accept said policies and have a way to track who has accepted the policies. I would like to have some type of single page where each user can visit.... say http://www.mydomain.com/newpolicies and that site simply show a framed page with a scrollable frame with the new Terms of Service & Privacy Policy stated in one long scrollable text box and below that scrollable text box have a input able text box for an e-mail address & another for current username and have a check box for I agree or Disagree and a submit button, then a seperate admin page where I could goto and look or a file on my Unix server (where the page is hosted) that shows what username/email addresses have agreed or disagreed to previously said policies. I imagine this would not be that difficult to do using PHP & MySQL for the databases. I am simply wondering if there is a published free script out there and directions for including the SQL databases into the factor already existing and if someone can point me in that direction. Thanks for all input in advance!