// Check date is not in past
else if (date("l", mktime(0, 0, 0, $month, $day, $year)) > getdate(seconds, minutes, hours, month, day, year)) {
return "Sorry, that date is in the past";
}
Any ideas why this is not working??
I'm thinking it might be the > and not as simple as say 4 > 7 when working with dates.
F.Y.I.. Also posted in Newbie section by mistake. If answered I will put answer in there.