News

Is there a way to loop through a PHP associative array in the same way you would loop through a normal array?<BR><BR>For example, if I have:<BR><BR>$arr["name ...
hi all, I'm trying to optimize a php/mysql script and was looking for some advice.<br><br>I've got a mysql result set that I need to offload to an array. There will be anywhere from 4000 to 50000 ...