Advertisement
irokemr

Version pou php

Apr 26th, 2020
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4.  
  5. $context = stream_context_create($opts);
  6.  
  7.  
  8.  
  9. $file = file_get_contents("https://todocodigos.000webhostapp.com/GP/version.php", false, $context);
  10.  
  11.  
  12.  
  13.  
  14. $image_data = json_decode($file, true);
  15. $shop = json_decode($file, true);
  16.  
  17.  
  18. $news = json_decode($news, true);
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ?><?php  for ($i = 0; $i < count($image_data['Version_POU']); $i ++) {
  27.    
  28.  
  29.  
  30. ?>
  31. <?php echo  $shop['Version_POU'][$i]['Version_MOD_POU'];  ?>
  32. <?php }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement