kochier
07-31-2008, 10:32 PM
Basically I have an if statement that goes if ($cdate3 == $mdate2)
{
}
And I want it to lower the count of the array by 1 whenever they are equal if ($cdate3 == $mdate2)
{
count($arry)--;
}
However I'm not sure how to do this. Help is greatly appreciated.
{
}
And I want it to lower the count of the array by 1 whenever they are equal if ($cdate3 == $mdate2)
{
count($arry)--;
}
However I'm not sure how to do this. Help is greatly appreciated.