use date() , and compare...i don't feel like looking up the syntax for day of the week and time() , but www.php.net can give you that, so do an if(date(<syntax>)=="Sunday" && time(<syntax>)=="12:00AM")) { resetpoll(); } ...thats sloppy...but you get the idea. sorry i am in a rush.
Take Care
~ThoughtRiot