+ 2
How to make a scoring system using php?
We need a scoring and timer system for our project🙏 urgent
2 Respostas
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😂