Re: [PHP] need help widh comparing dates

2003-04-04 Thread Centras
Sorry for mistakes. It should be: ... if ($year_now >= $year_show && $month_now >= $month_show && $day_now >= $day_show && $hour_now == $hour_show && $minute_now >= $minute_show) { COMMENTING SYSTEM OPENED { else { COMMENTING SYSTEM CLOSED } ... -- PHP General Mailing List (http://www

[PHP] need help widh comparing dates

2003-04-04 Thread Centras
I need to compare dates which opens commenting system. For example: If show starts 2003.05.01 20:00 then I need that only from that date and time the commenting system apears on my site ant would be there all the time from the start of the show. But in my code the commenting system opens only for