I'm trying to figure it out how to take information from another site(with different domain name) and place it in my php program. Explanation: User inputs URL from another site. jQuery or PHP takes information from entered URL. I know where the information is (i know its' divs ID) And that var is put into my php program as a variable $kaina, for example.
EX: User enters URL:http://www.sportsdirect.com/lee-cooper-bud-mens-boots-118358 And I want to get the Price. (27,99)
What lang should I use? PHP? or jquery? or anything else? What function should I use? How should the program look like?
Thank you for your answers :)