I am writing some script that uses PHP and IMAP.
I need the script to run every 10 minutes.
Can someone give me info on how to have PHP script execute in given intervals?
Note: this is not a website that needs to refresh while the user will be on it. The PHP script will be working with an IMAP server and needs to run every 10 minutes.
Thanks in advance.
