Quantcast
Viewing all articles
Browse latest Browse all 1993

How to update ranking and points for players in MySQLi when uploading new cvs file

As the title says. I have a website with table showing ranks of poker tournaments, I have created a db where I uploaded a csv file with the last tournamet. It´s works great.

But i can´t figure out have to update point and rank, when uploading a new csv. If player one has 6 points and the in the new cvs file the same player has 4 points, i want it to add the new 4 point to the 6 from the last tournament. And then update the rank position.

Thanks in advance.

Code:
<?php
// include mysql...
How to update ranking and points for players in MySQLi when uploading new cvs file

Viewing all articles
Browse latest Browse all 1993

Trending Articles