Hi, I'm trying to create a ltitle php code to add 20 to every single member in my row.
Current it goes like this..
Name,points,email,key
because halloween is coming up, I want to give every member say 20 extra points on their original points already.
So one member could have 49 points and another has 794 points. How could I do this?
Firstly I've tried doing a while loop, but that didnt work. So I'm kinda stuck.
Can anyone help?