Jump to content

curl_multi_init and get multi page in php


erunique

Recommended Posts

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 ");
 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.