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

Edited by erunique
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.

  • Like 1
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.