Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $context = stream_context_create($opts);
- $file = file_get_contents("https://todocodigos.000webhostapp.com/GP/version.php", false, $context);
- $image_data = json_decode($file, true);
- $shop = json_decode($file, true);
- $news = json_decode($news, true);
- ?><?php for ($i = 0; $i < count($image_data['Version_POU']); $i ++) {
- ?>
- <?php echo $shop['Version_POU'][$i]['Version_MOD_POU']; ?>
- <?php }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement