html simple_html_dom curl not working on some website | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

html simple_html_dom curl not working on some website

i want to get data from jabong.com and myntra.com using simple_html_dom . But it give an error . 1.) when i try to using JABONG it gives an error code 56 . ( https://www.jabong.com/) 2.) And in MYNTRA no any error and output on screen . (https://www.myntra.com/) This is code: https://code.sololearn.com/wisQ7UATMpD2 The above code works perfectly on other sites. My code is working perfectly with Amazon and Flipkart

26th Nov 2017, 9:58 AM
vaibhav sethi
vaibhav sethi - avatar
1 Resposta
+ 2
``` <?php var_dump(extension_loaded('curl')); ``` Curl extension is not enabled in Sololearn playground.
2nd Dec 2017, 11:45 AM
User