23.03.2018, 00:31
You're making the same mistake once again, please carefully read something you're told.
If you start the loop with 1, the first row in MySQL won't be read because they start from 0.
And don't put equality sign (=)
PHP код:
for(new i= 1; i <= MAX_BANK_ACCOUNTS; i++)
And don't put equality sign (=)