Search results

  1. acidie

    Using Fiddler to build customized requests

    This is an addition to the post http://www.wickedfire.com/design-development-programming/94083-scraping-javascript-based-web-sites-php-curl.html. This post though I want to focus more on Fiddler2, since this tool is an immensely useful and free. Again, like the last post, this post won't blow...
  2. acidie

    Scraping JavaScript based web sites with PHP and CURL

    Ok so you want to scrape a website but it uses JavaScript to display the data. Since PHP (with CURL) doesn't understand JavaScript, or html for that matter, it would seem to be a difficult process. Well it's actually quite easy, in fact it's trivial and can be accomplished with nothing more...