php - While-loop, undefined offset -
i "undefined offset" errors, starting index 20 shown in following output: <b>notice</b>: undefined offset: 20 in <b>/var/www/sso/html/wp-content/plugins/auto-login/papex-auto-login.php</b> on line <b>214</b><br /> <br /> <b>notice</b>: undefined offset: 21 in <b>/var/www/sso/html/wp-content/plugins/auto-login/papex-auto-login.php</b> on line <b>214</b><br /> <br /> <b>notice</b>: undefined offset: 22 in <b>/var/www/sso/html/wp-content/plugins/auto-login/papex-auto-login.php</b> on line <b>214</b><br /> <br /> my array $match - below - has 20 indexes. output sql question correct – have checked multiple times. print_r , output foreach loop echo $value->meta_key . it seems while loop goes through whole $match array, won't terminate. thats why think starts producing "undefined" offsets, starting 20. what...