DD/MM/YY
i was doing this:
if( ( $today < $end_date ) or ( $end_date =="" ) or ( $end_date ==NULL ) ) {
//go to one website
} else {
//display a "not allowed" message
}
but did not work because the way i am doing 1999 is greater than 2004 as i am using YY (so 99 >04)
How can i fix it ?