mulaus
09-11-2009, 02:15 PM
month value is January
and monthYear value in db is January 09
how do i make the if else to ignore the 09 to make the condition above to be true
if($month== $monthYear) {
echo "True";
} else {
echo "False";
}
}
is this possible?
and monthYear value in db is January 09
how do i make the if else to ignore the 09 to make the condition above to be true
if($month== $monthYear) {
echo "True";
} else {
echo "False";
}
}
is this possible?