[Solved] Extract data from website using PHP [closed]


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!

solved Extract data from website using PHP [closed]