I want to determine all numbers divisible by 1000 with No ramainder. Example, 1000, 2000, 3000, etc etc
I am using this in an IF statement along with $count++ in a while loop for a LONG database query. I need to refresh the browser using flush(); every 1000 records or so.