Hi, Im not sure if this is in the right place, but im sure admion will movce it if its wrong.

Im having problems with membership software.

Im looking for a membership software with gradual content.

Let me explain. This is what im looking for.

person1 signs up to membership. he can access page 1 only.
the next week he can access page 1 plus 2.
the next week he can access page 1,2 plus 3 etc

If person2 signs up 2 weeks later, how can I stop him seeing what person1 can see?

I want person2 to start from page 1 and work through as weeks go on.
The process must be automatic.
I hope ive explained it right.

I dont now if this can be created or integrated with any membership software or phpmembers.

are there any programs that can do this? or is this only possible in my head?

Im not that competent with php.

I hope someone can help me, ive scoured google but to no avail.

Thanks in advance

    Store date of signup. Check date of signup at login and get number of weeks since. Store in $_SESSION. Use if to decide what stuff to show.

      thankyou for replying.

      As I said, im new to php.

      Would you be able to point me towards a tutorial where I could do what you just said.

      I know dealing with newbies can be fustrating, but I appreciate all the help you can give me.

      many thanks

        so is it possible to create a session where is checked the date of sign up and sent them to a different page.
        ie 1-30 days = page1
        31-60 days = page2

        so the normal index page would become one of the above depending on age of membership

        is this possible?

        thank you for your help

          Write a Reply...