Advertisement
irokemr

Version pou para tu web

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