I am attempting to create a php script that counts down to an event that happens next year, and I am having some trouble. The day I need to count down to is February 28th, however I am having some issues getting started. I understand that I should be using the mktime function in some form, but I...