Hello all,
I have a code that knows when 1 hour has passed.
When this event occurs I need to create some code to do the following.
Database has many users with these fields.
name - mishrathium
number - 10
hourly_total
I have a static number, lets say 5.
I need this code to multiply the database number (10 in the above example) by 5 for every username then save the number it created asa running total.
I am not sure if I need to create a loop to do this for every user (load user info, multiple it, save it, loop it) or if there is an easier way to do that.
Thanks in advance,
~mish~