What I need to accomplish is checking each member in the array against today... for example:
Code: Select all
if($today == $holiday_arrayї$i])
{
flag = 1;
}
else
{
flag = 0;
}Thanks for your help!
Moderator: General Moderators
Code: Select all
if($today == $holiday_arrayї$i])
{
flag = 1;
}
else
{
flag = 0;
}