Is there a better/faster way to do these multiple inserts using PHP and MariaDB?
So I'm trying to build a small database to track high scores on the pinball machines in our league. I have one table for users which is just an AI id column, and a column with their email address. Then…