Hi,
I posted a question eariler, but am still having issues.
I have this line in my code
$timing[$x]['Count']++;
I am getting this error:
PHP Notice: Undefined index: Count in /prod/scripts/test/
customerinfo.ph p on line 93
Any ideas? I thought this should work.......
$x is a loop array......: for ($x=1; $x <= $intable_count; $x++)
Thank you,
John
I posted a question eariler, but am still having issues.
I have this line in my code
$timing[$x]['Count']++;
I am getting this error:
PHP Notice: Undefined index: Count in /prod/scripts/test/
customerinfo.ph p on line 93
Any ideas? I thought this should work.......
$x is a loop array......: for ($x=1; $x <= $intable_count; $x++)
Thank you,
John
Comment