Posts by Belks • 9 points
1 post
-
-1
votes1
answer88
viewsQ: Simple_html_dom what is the difference between the two Urls?
Url2 works and can extract the data, Url1 does not. <?php include "simple_html_dom.php"; $CARDGALGO = file_get_html("$URLX"); echo $CARDGALGO; ?>