Supprimer un message
Raison de suppression du message (envoyée à l'utilisateur)

Voulez vous réellement supprimer ce message?  


ovh
Testé et approuvé :
  1. <?php 
  2. define("PATH"".");    // place ici le bon chemin sans / final 
  3. header("Content-type: application/json"); 
  4. $files = array(); 
  5. $iterator = new DirectoryIterator(PATH); 
  6. foreach ($iterator as $fileInfo) { 
  7.     if ($fileInfo->isFile()) { 
  8.         $files[] = PATH . '/' . $fileInfo->getFilename(); 
  9.     } 
  10. echo json_encode($files);


  1. <script type="text/javascript"
  2. init_map('map'); 
  3. $.ajax({ 
  4.     type: "get"
  5.     url: "test.php"
  6.     datatype: "json"
  7.     success: function(data){ 
  8.         $(data).each(function(idx, value){ 
  9.             trace_gpx(value); 
  10.         }); 
  11.     } 
  12. }); 
  13. </script>


:dawa:
Informaticien.be - © 2002-2024 AkretioSPRL  - Generated via Kelare
The Akretio Network: Akretio - Freedelity - KelCommerce - Votre publicité sur informaticien.be ?