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
- 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).