b2af / DescentNexus

This repository contains the RDL and other Project D related projects.
GNU General Public License v3.0
1 stars 0 forks source link

set the MatchID on the database to autoincrument and create a Forign key to the Players table. #12

Open b2af opened 1 month ago

b2af commented 1 month ago
      echo var_dump($PilotName, $WinnerScore, $LoserSuicides, $LoserScore, $MatchID); //TODO: set the MatchID on the database to autoincrument and create a  Forign key to the Players table. 

https://github.com/b2af/DescentNexus/blob/91ef10c34bd8858bc22c44f00a6c63c565416f39/RDL/ReportHandler.php#L107