I don't know why there are many 'Uninitialized string offset' warning on the screen, i am sure the code is correct.
I know turning the display error flag off can erase these warning, but i don't think it can solve the problems.
here is the error msg.
Warning: Uninitialized string offset: 932 in c:\apache\htdocs\fyp\strpos.php on line 50
this is line 50
$ch = $bigcaseContent[$j];
// $ch has been initialized by $ch = 0;
how can i solve this problem??
THX.