Search found 2 matches
- Tue Jul 13, 2010 7:48 pm
- Forum: PHP - Code
- Topic: Using cURL to get data from a site with delayed AJAX
- Replies: 2
- Views: 1523
Re: Using cURL to get data from a site with delayed AJAX
I am not sure how to achieve what i need using the multi channel, please advise
- Mon Jul 12, 2010 9:24 pm
- Forum: PHP - Code
- Topic: Using cURL to get data from a site with delayed AJAX
- Replies: 2
- Views: 1523
Using cURL to get data from a site with delayed AJAX
I am trying to scrape data off a page using php with cURL. However the main content on the page is populated using a delayed ajax called, this means that the data I obtained will not contain the content I need. Is there a way to use cURL to initiate the page load but delay the data return until the ...