+ 2
How to make a scoring system using php?
We need a scoring and timer system for our projectđ urgent
2 Answers
0
for scoring you can build a dB and use SQL queries to increment the Score field whenever you want via php, for the timer use the datetime() functionallity
0
besđ