I need to retrieve and parse results of a search (a site that lists a bunch of restaurants according to various criteria). It'd be nice if the returned results had a nice URL (i.e. blah.com?q=restaurant) that I could simply cURL, but the site uses ColdFusion, so no such nice handy URL (i.e. just blah.com/results.cfm).
So--is there a way to crawl a website by submitting a form using PHP? I'd also need to press several "next" buttons, using PHP, for more results. Or any other workarounds?