day check for if statement
Posted: Mon Nov 08, 2010 12:03 pm
say I wanted to not allow any records to be entered after the 20th of each month and check for it in my if statement how would I go about doing that?
I know how to declare the time
how would I go about forming my if?
I know how to declare the time
Code: Select all
$time=time();
$realdate = date("m/d/y",$time);