How would I go about having a certain PHP code running at a certain date. Example: On the first day of November, PHP does a MySQL query and erases info in a table. On December 1st, it does the same. So on, so on... Is this possible?
crontab(linux & unix) or at(windows nt/2000)