its javascript code from another website var images = { article_id : '1111', channel : '$11111', image_license : 'https://website.com/test', name : 'numbers" }
Using Php how to get the value of the image _license ( https://website.com/test )
the idea is i made a article grabber , it work get title,description,etcs from html , but i cant get this value from js code , so what to do it ?