php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #62143 curl_exec does not returns everything
Submitted: 2012-05-24 13:46 UTC Modified: 2013-02-18 00:35 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: shai dot ophir at starhome dot com Assigned:
Status: No Feedback Package: cURL related
PHP Version: 5.3.13 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shai dot ophir at starhome dot com
New email:
PHP Version: OS:

 

 [2012-05-24 13:46 UTC] shai dot ophir at starhome dot com
Description:
------------
I can't get the exact web page via curl_exec().  In the web page there is an area which I can close with X. This area is not provided at all with rhe curl_exec().

To be specific, this is the area you see if you search with Gopogle Books, for specific dates (using the advanced search). It is an area you can click on, then you get the results without dates. This is what I finally get with the curl_exec().

Pls help..
Thanks,
Shai

 







Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-01 20:41 UTC] mail+php at requinix dot net
Not a bug.

cURL can only return the HTML source of the page. It cannot execute JavaScript or 
do any AJAX requests.
Try crafting your URL so that it includes the date range criteria.
 [2012-07-30 03:48 UTC] googleguy@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Please provide a self-contained reproducible example that demonstrates the 
behavior you're experiencing so that we can determine if this is a bug or 
expected behavior. Currently there is not enough information to adequately 
address this bug report.

Please see https://bugs.php.net/how-to-report.php for more information on how-to 
report bugs before opening a bug report.
 [2012-07-30 03:48 UTC] googleguy@php.net
-Status: Open +Status: Feedback
 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 20:01:29 2024 UTC