On Tue, Mar 11, 2008 at 6:10 PM, William Piper <billy@xxxxxxxxxxxx> wrote: > I have been using php's curl for quite a while now and it has never > allowed to run javascript... bummer! I read on an article > http://blogs.zdnet.com/Stewart/?p=627 that the new curl v6 allows this. > > There are a few ajax sites that I would like to scrape, but they are a > pain to read through all of the functions to figure out how everything > is displayed. I'm hoping that with this addition to the curl library, > this could be more easily done. > > Does anyone know when or if the javascript addition will be implemented > to php's curl? me thinks you have curl, http://www.curl.com confused w/ curl, http://curl.haxx.se/ ;) check the manual, http://us3.php.net/manual/en/ref.curl.php -nathan