Daily Redirection
Monday May 5, 2008
Redirecting a user to a different website, or section of your website based on the day of the week is a very simple process. This script uses a the time and date functions along with a switch loop to redirect users based on the current day.


Nice script but I had to add break; after each case statement in order to get it to work.
Steve
Script works, but I am getting the wrong days. Can you show how you fixed it?