Hhhheeeelllp!

Discussion in 'Scripts' started by Fisix, May 29, 2010.

  1. #1
    Im trying to make a simple website fuction, I want a button that displays 1 of 6 random phrases but can only be used once an hour by anyone visiting the site? It must display the same phrase to all who views it?

    Please help
     
    Fisix, May 29, 2010 IP
  2. Urlin

    Urlin Member

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    - 1 of 6 random phrases - use php random function;
    - can only be used once an hour by anyone visiting the site - cookies, sessions or user ip-address checking;
    - It must display the same phrase to all who views it - both variants are possible (same phrase for all or random phrases).
     
    Urlin, May 29, 2010 IP