Hello everyone...
I have a weird idea I want to try to impliment over the next couple months.. I had the idea, and now I am at the point I am ready to start it.
What I have so far is a basic php/SQL log in. Easy enough. The member comes to the site, logs in with their username and password and gets taken to their personal default page.
What I want, it this default page to be a sort of... how to put this... series of check boxes.
Okay, let me try to explain this (as I don't have a page to show you)...
I have 400 pages for the members to view. They can only view one at a time. Each page has 4 input boxes and 4 submit bttons.
So if they are on page 1, they enter the "password" in the Red Box, and it is correct, they will be taken to red page 56. From Red Page 56 they enter the password for the Blue box. This takes them to Blue page 12... on and on and on...
I have all of this worked out and it all works beautifly (so far). HOWEVER!
The problem I have is that there is no way the member will see all the pages in one day.
So I want to make the log in page show the pages they have seen and the last one they were on. This way, when they log in, they see a check mark next to page 1, a check mark next to Red Page 56 and the text for Blue page 12 is a different color, but not checked (this is the last page they were on.)
They can review this page, and when they click the "Go!" button it takes them to Blue Page 12, and they can continue their viewing.
The reason for this is that each and every page will have a "random" file name. So red page 56 will really be Hu34Fgt.php
Which makes it basically impossible for them to get to the page any other way.
I have thought about using cookies, but if they clear their cache, they would have to start all over...
So, if I explained that well enough, is there any help you can offer?
Just to clarify, on this check box/log in page the ONLY interaction by the member is to click the "Go!" button.
Thanks!
~BLiZZ



Reply With Quote

Bookmarks