Posts by LODSX • 9 points
1 post
-
-1
votes1
answer99
viewsQ: How to get a certain html tag from an external site?
I made the following code below <?php $url = "https://pt.clubcooee.com/settings/changename?token=24075208-1660433091-a355f7ce9bc39f2e8a2a09f30107ca3d&ms=1"; $dados = file_get_contents($url);…