Undefined Offset: 43
i am not sure why this is because it works all the other times i try it in the code preceding it, just in two spots. Here is the code:
(comes at the end of a while loop after $i has been incremented)
Code: Select all
if ($thearrayї$i]ї'7'] != 'Systech')
{
$is_sys = 0;
}
else if ($thearrayї$i]ї'7'] == 'Systech')
{
$is_sys = 1;
}
$week_curr = $thearrayї$i]ї'0'];thanks,
brian;