if(){
header ('Location: http://www.misitio1.com');
}else{
header ('Location: http://www.misitio2.com');
}
I have this until now. How do I add the time to the conditional, and when the seconds or minutes are even, redirect to site1 and when odd redirect to site2.