[Solved] Extract data from website using PHP [closed]
[ad_1] You need to use file_get_contents(URL HERE); and then find your way through the data structure either with regular expressions or exploding. Good luck! [ad_2] solved Extract data from website using PHP [closed]