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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
32 - 7 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 09:01:28 2024 UTC