Jump to content

PeripheralBrain

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PeripheralBrain's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I really like what you've said here, it feels a lot more secure, and simple than I was describing. This gives me a direction--- I'm going to practice storing/retrieving/flagging stuff in mySQL with PHP now. Thanks so much for the quick reply.
  2. I have the concept I want... and I know how to do some of these things by themselves... but not in combination, and I really need to do this in combination for the concept to work. I'm totally new to PHP/mySQL... Background information: I'm using ExpressionEngine (incase anyone is familiar)...and I'm using that for a membership system as well as a means to restrict certain content to certain member/account types. The website is membership ONLY... (using cookies to remain logged in). The part I want to make happen with PHP/mySQL is to restrict some content even further. I want this content to be accessible through sequence only. The sequence of what is presented is important... so imagine it is something like this: Section 1 : About the world. Section 2: About something else. (((For example--- the user clicks Section 1... and now (invisible to the user) the DATE/TIME is taken into the database as the moment they BEGAN that part of the section.))) ((( Now the user is presented with the information they requested))) "Here is the content--- information on some countries in the world. INFoRMATION IS HERE... BLA BLA BLA BLA BLA BLABLA BLA BLA BAL BLA BLA BLA BLA BLABLA..." Now user has available choices: "------------------------ 1. Tell me about Japan. 2. Tell me about Hawaii. 3. Tell me about Mexico. 4. Tell me about U.S.A." Clicking a link will either take the user to a new PAGE (file) with the information in it... or it will somehow channel the next information from somewhere (text file or something) into the same page, changing the content that way. However it happens, I want it to be so when a choice is made--- you can not press the back button and choose something else. I want the user to really 'think' about the choices they are making before they make them... they are free to take their time as long as they wish while they're IN sequence... but if they interrupt the sequence by pressing back or just closing the browser window *** I WANT TO MAKE THAT SPECIFIC SECTION (1) INACCESSIBLE FOR A DURATION OF TIME (few days) ***. (((hence the grabbing of the date/time when the user began that section)))... When the time limit is lifted--- then they can access that content again. If this requires multiple pages--- then each page will require the previous as a referrer, so that way nothing can be accessed out of the intended sequence. The idea is that, if the user begins a section--- they MUST go through step 1--- to reach step 9... and they need to do each one in order. The user will have a wide variety of choices though... which means there will be ONE starting point (the beginning of the section), and potentially hundreds of 'ending' points to that section. For now, I'll just says 'dozens' of ending points... but eventually it will be many more. Each part of the section requiring the previous page to access it (maintaining sequence). If this effect can be done without the need for multiple pages, that might be good... as there will likely be hundreds/thousands of them when I'm done. That seems like a bit much... but sometimes one page will only have a small bit of information in it, and nothing else before the next choices are presented. But then again, I'm not sure which would be worse/take longer, having thousands of pages or thousands of database entries I need to figure out how to link up with and where. Does this make sense? I'm trying to figure out a good place to START making this happen... have any of you done anything like this before? Thanks for any help you can be...
  3. and PHPFreaks. I'm a complete n00b to PHP... but very excited to learn! I'm just beginning to build my project as I can't find any already-developed system for what I want... but I'm almost positive that what I want to do is fairly simple/easy to produce with the help of PHP/MYSQL, I just don't know how to make the gears turn yet... and this seems like a great place to learn...especially because books don't talk back when I have questions for them. So I'm thanking everyone in advance for the information they give to me... and also just for the opportunity to ask.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.