How to echo a post based on time limit

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to echo a post based on time limit

    Hi,
    I know my Question doesnt fit the title.. I am creating a php trivia script, but dont know how to make a question display after a particular time like eskimi.com.. I.e, when a user gets the answer of a question, it takes some time (about one minute) for anoda question to display..

    I hope you get me.. How can it be done??

    Added after 26 minutes:

    Any help??
    Last edited by wapdxoo; 30.09.12, 15:44.

    #2
    post your code that might help alot

    Comment


      #3
      Just give me a hint on how to setup the time limit!

      Comment


        #4
        Store last question time for each user in db and check the time difference.

        Comment


          #5
          Originally posted by Rksk View Post
          Store last question time for each user in db and check the time difference.
          hmm.. Am starting to get you.. I will try something of sort! Thanks.. Any other help?

          Comment

          Working...
          X