PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Do mktime() on the start date, and then use time() to get the current time, and then subtract them, and then your left with the number of seconds from the start date and do what you like with that.