I'm trying to allow a user to search a site only every 30 seconds. I have seen this done with forums, but was wondering if there was a generic method involving PHP that enabled this function?
I expect it involves ip address checking, but how does this work? Is the ip address stored in a MySQL database and every entry past the last thirty seconds is deleted?
I got it. The ip address is stored in a MySQL table and reread.