I was wondering what else I can do about the time out error I'm getting:
Fatal error: Maximum execution time of 30 seconds exceeded...
I've tried running the query to delete the scores with 0 (10553 rows were deleted), but I'm still having the same issue. I've also tried adding the code below to the file and this didn't work either.
Code:
echo ("$counter, ");
I'd love to be able to save our scores, so any help is greatly appreciated.