
Ok, i used to use this "function" a lot but now i just forgot it...
It goes like this, im trying to use the runcron to update all the villages.
So i do this (diagram)
Query Players Villages -> Check Number of Results ->
Now i wanna know what function for mysql using a while loop or something i need to use, for update the first result (first village), then the second, then third and even if there are more..
I just forgot.. it was something like: mysql_something($i, "Table ROW", $query);
Anyone knows this?
Thanks