26.05.2012, 09:39
Well this statement here:
Will cause the loop to end prematurely if the condition is met, so what is the value of IBPCARS and do you think that this statement can be true before the end of the loop?
In fact, why do you have it in the first place?
pawn Код:
if(Carid == IBPCARS)
{
mysql_free_result();
return 0;
}
In fact, why do you have it in the first place?