14 Feb
2014
14 Feb
'14
5:21 p.m.
Hi, I was going through the codes and at many places I found use of *count() *inside the *for* statement. I think statements like *for($i = 0; $i < count($arr); $i++)* should be converted with statements like *$len = count($arr);* *for($i = 0; $i < $len; $i++)* this would help us speed up the whole phpMyAdmin system. Regards, Minhaz cistoner.org