I'm gonna keep track of all uniqe visitor on a web page and therefore I need to store all visitors IP-number. Each IP-number is only counted as a visit if its on diffrent days. So the IPs will be saved for 24 hours.
Is there a way to automaticly delete rows after 24 hours in a table?
Is there a way to automaticly delete rows after 24 hours in a table?
Comment