Hi
Have dates as follows :
$month;
$day;
echo'ing either of these returns values like :
Jan, Jun, Sep etc
1,13, 25 etc
Is there any way I can compare these values to todays day & month ??
I want a warning if they are over 1 day different !
Thanks for any pointers..