I Have 3 Fields In Database
Total_Points
Earned_Point
Progress
Lets Say There’s A Game
I Got 800 Point From 1000
Total_Points = 1000
Earned_Point = 800
Progress = 80%
I Counted The Progress (( 80% )) Manually
How Can I Count It Automatically With PHP ?
To Get The % Automatically ?
For that first you need to fetch this from database and than you can do calculation and store in the database
for calculating use this