Hi
I need someone to help me in achieving the following..
I have an integer which represents the number of days:
$days = 3;
Then I have 2 dates:
$first_date = "2010-04-01";
$last_date = "2010-04-07";
I need code which will check to see if the difference between the $first_date and $last_date variables is greater than $days.
Based on the outcome I will redirect/display messages etc. I will be grateful for any help offered.
Many Thanks for reading
Doug