31.10.2017, 19:12
PHP Code:
for(new i; i < 10; i++)
{
for(new g; g < 25; g++)
if(vExample[g] == vArray[i])
break;
}
If you don't want re-loop the second iteration, your code have no-sence