Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $id = "AQUÍ EL ID DE LA APP DE GOOGLEPLAY ejemplo: me.pou.app";
- $page= file_GET_contents("https://play.google.com/store/apps/details?id=$id");
- $home2 = '<br>
- </br>';
- $figure1 = explode ('<div class="hAyfc"><div class="BgcNfc">Current Version</div><span class="htlgb"><div class="IQ1z0d"><span class="htlgb">', $page);
- $figure2 = explode ('</span>', $figure1[1]);
- echo $figure2[0];
- ?>
Add Comment
Please, Sign In to add comment