I have a date ex 24/08/02
and I need to see if that date is the same date as it is today (only one 
month later) but 5day's in advanced => that would be 24/09/02
so if(date == date now - 5)
                {true}
                        else{false}

how can I do this right ?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to