Commit bd08b8de89477392298a656a521a20976c65a0ba

Authored by Guillaume
1 parent f29c7852

Test Graphe

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
site/graphique.php
... ... @@ -28,7 +28,9 @@ else $start = $start." 00:00:00";
28 28 <br/>
29 29 <h1 style="margin-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-chart-line"></i> Graphe du capteur</h1>
30 30 <br/>
31   - <img src="graphe.php?nom=<?php echo $nom;?>&nombre=<?php echo $nombre;?>&start=<?php echo $start;?>&end=<?php echo $end;?>" alt="graphe">
  31 + <?php
  32 + echo "<img src='graphe.php?nom=$nom&nombre=$nombre&start=$start&end=$end' alt='graphe'>";
  33 + ?>
32 34 </div>
33 35 </div>
34 36 <?php
... ...