Tagged Questions
-6
votes
1answer
27 views
how can I get image in special url [closed]
I have saw a url like http://www.example.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/0
visit it then I can get a image
how it works?
and how can I get boundary of that image use curl with php?
0
votes
0answers
11 views
The requested URL returned error: 405
i have a trouble with curl...
when i do curl my domain in https it gives me an error
"curl error #22: The requested URL returned error: 405"
i spent almost two days on it to solve/search but ...
0
votes
5answers
59 views
Get data from php file + ajax
i want to get data that's loaded in my PHP file in javascript.
This is what I do:
$("#submit").click(function() {
// GET VALUE OF APPID
var appid = $("#appid").val()
// GET JSON FROM PHP ...
2
votes
0answers
50 views
login to https site using curl
i am trying to login to a site. this site use auto submit from and a random key for submitting form. i have tried several ways but couldn't get through. so here is my codes. any answer will be ...
1
vote
4answers
53 views
Select parts of JSON and check if value is empty
I have a question about selecting parts of a JSON object and check if they have a value or not.
I load the JSON from an API in PHP:
$json_url ...
0
votes
1answer
28 views
Why does PayPal intermittently give SSL errors?
I'm using PayPal to take payments on my website.
30% of IPNs bail out with the following cURL error. It works fine the other 70% of the time.
Unknown SSL protocol error in connection to ...
-3
votes
2answers
42 views
PHP CODE TO DOWNLOAD A FILE [closed]
In my website I have one brouchure.I have created a link in the website to download the brouchure.
When anyone click the download link,the brouchure should be downloaded.
I have creted the following ...
2
votes
0answers
51 views
Login to page with curl in php and then visit link “logged in”
I need to login (make post) with curl in php to a website, then save a cookie with authentication, and use it to visit normal link from same website.
They have only half of text available in free ...
10
votes
1answer
6k views
Login to Google with PHP and Curl, Cookie turned off?
I have this code for logging into Google using Simple DOM Parser with curl. I've tried adding in the cookiejar file, but to no avail. I keep getting the message:
Your browser's cookie functionality ...
7
votes
7answers
9k views
Uncompress a gzip file from CURL, on php
Does anyone know how to uncompress the contents of a gzip file that i got with curl?
for example: http://torcache.com/torrent/63ABC1435AA5CD48DCD866C6F7D5E80766034391.torrent
responded
HTTP/1.1 ...
2
votes
2answers
4k views
Running a php cron job - problem with execution time
I have a site where I download data from one site using cUrl a then generate a image from it, which is stored on the server and displayed on other websites.
I've got everything working perfectly, ...
0
votes
0answers
16 views
attachment from cURL in phpMailer
I'm trying to retrieve file from URL and attach it to mail created using phpMailer class. The main point is to not save file on the server's hard drive. File is retrieved from server using following ...
-1
votes
2answers
33 views
Pay With PayPal-php [closed]
First, sorry about my English.
I looking for a solution for some weeks and I didn't find yet. I did a lot of searches on google and nothing
I need to do payment to website that integrate to paypal .
I ...
-1
votes
2answers
16 views
PHP Curl - If no response within a certain time, proceed [duplicate]
I have a network system that checks other sites and displays results. However some of those sites can be slow to respond.
I'd like Curl to wait only a small time before saying "forget this site!" and ...
0
votes
3answers
802 views
PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)
On the Ubercart module, whenever I enable PayPal it gives me this error:
PayPal WPP requires the PHP cURL library. (Currently using cURL Not
found)
I have no idea...
Can some one please tell ...