This is a discussion on Curl Javascript within the PHP General forums, part of the PHP Programming Forums category; I have been using php's curl for quite a while now and it has never allowed to run javascript... ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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? Thanks, bp |
|
|||
|
On Tue, Mar 11, 2008 at 6:10 PM, William Piper <billy@kersting.com> 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 |
|
|||
|
HI
i think it is a bit difficult. CURL can actually help you get Response on a cross Domain platform. Javascript dosenot. Espesially Ajax is not cross domain for security reasons. On Wed, Mar 12, 2008 at 3:40 AM, William Piper <billy@kersting.com> 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? > > Thanks, > bp > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Have A pleasant Day Chetan. D. Rane Location: India Contact: +91-9986057255 other ID: chetscool@yahoo.com chetrane@rediffmail.com |