lipong Posted April 2, 2009 Share Posted April 2, 2009 Hello guys I have been trying for a while now to get data out of a car insurance website using a php script. The site implements ajax when a user selects an option from a drop list in order to retrieve data from the server. My attempts so far have been around to try to emulate the http requests with curl but so far I they have not worked. My question is if there is someway to use php to interact with ajax in order to simulate a user actions and submit the form. Thank you very much. luis Link to comment https://forums.phpfreaks.com/topic/152281-data-scraping-ajax-page-with-php/ Share on other sites More sharing options...
Brian W Posted April 2, 2009 Share Posted April 2, 2009 No, not really. You could possibly have an onload event that is dynamically generated by PHP Link to comment https://forums.phpfreaks.com/topic/152281-data-scraping-ajax-page-with-php/#findComment-799738 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.