I need to compare dates from a database is this format (2008-08-22) with the current date: if($dailysignup < date("Y-m-d")){ } PHP: Is this effective??
See this thread : http://worth2read.org/forum/viewtopic.php?t=5 Replace $exp_date = "2007-02-25"; with the code from database. Thanks