Skip to content

Commit

Permalink
mise en place parties
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixhackt committed Jan 3, 2024
1 parent cea7984 commit 7133e07
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Les competitions/championnat_par_equipes/parties/medon1.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="fr">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Equipes</title>
</head>

<body>

<?php
header('Content-Type: text/html; charset=utf-8');
require_once('Fftt/Service.php');

// Remplacez ces valeurs par celles de votre application FFTT
$appId = 'SW927';
$appKey = 'uJ5d9P6NqG';

// Instancier la classe Service
$service = new Mping\CoreBundle\Fftt\Service($appId, $appKey);

// Initialiser l'utilisateur (à faire une fois)
$service->initialization();

// Remplacez NUMERO_CLUB par le numéro de votre club
$getPouleClassementR1 = $service->getPouleClassement('126126', '656628');
$link = $getPouleClassementR1['lien'];
$getRencontre = $service->getRencontre($link);
?>
<pre><?php print_r($getRencontre); ?></pre>

</body>

</html>
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 7133e07

Please sign in to comment.