erunique Posted May 1, 2018 Share Posted May 1, 2018 (edited) More details for this section ؟؟؟؟؟ I write following code to get Multiple page of the this site: www.mobile.ir This website have mobile price category .. this category have 42 navigation page. I write following code with curl_multi_init and xpath to get data from Multiple page from category. $ch1= curl_init ("http://erison.ir");$ch2 = curl_init (" http://erison.ir/41-rice-cooker "); Edited May 1, 2018 by erunique Quote Link to comment Share on other sites More sharing options...
gizmola Posted May 2, 2018 Share Posted May 2, 2018 The example rice-cooker page is using Ajax. It will not be as simple as you hoped. You will need to reverse engineer the code, and very possibly curl the ajax calls and parse the response(s) being used to build the page. Often the source data is going to be in json format which you then need to to decode yourself. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.