curl
php curl download file in download manager
i have a problem with a file output, it is really small, like around 4kb and file said \"400 - Bad Request\".[详细]
2023-04-13 00:39 分类:问答PHP cURL is not loaded on modifying php.ini
To enable cURL in PHP I uncomment this line extension=php_curl.dll But cURL did not load on restarting Apache. Even 开发者_StackOverflowon restarting the machine. I have PHP 5.2.1 installed with A[详细]
2023-04-12 23:33 分类:问答Are SSL Certificates personal or global?
I\'m wondering i export the certificate of a website will it get exported with some of my personal info?[详细]
2023-04-12 22:50 分类:问答cURL PHP Extension suddenly stopped working
In my PHP file I have a line which checks that the curl extension is loaded: if (!extension_loaded(\'curl\')) { trigger_error(\"Curl Extension not loaded\", E_USER_ERROR); die(); }[详细]
2023-04-12 21:01 分类:问答directory size from a virtual directory on a remote server
I want to get the properties or just size of the directory that resides on a remote server, so the path must consist of[详细]
2023-04-12 19:28 分类:问答PHP - Detect gzip server response
I\'m using curl to fetch a webpage, I need to detect if the response is gzip or not. This works perfectly fine if Content-Encoding is specified in the response headers, but some servers instead retu[详细]
2023-04-12 18:05 分类:问答I want to show facebook profile images of my followers in my comments
For that purpose I used two methods but neither is working. For Method 1 I downloaded three files: base_facebook.php[详细]
2023-04-12 16:50 分类:问答XML response from asp page
I have been trying to send xml message from php to asp and output response to my php page using CURL but having no luck in receiving any response. This is what I have tried:[详细]
2023-04-12 16:45 分类:问答Retrieving Soundcloud media URL via PHP CURL?
I\'m using the Soundcloud API + PHP to pull information about soundcloud tracks in order to use jPlayer as a mp3 player for playlists. Now, I am able to completely access all the information about the[详细]
2023-04-12 16:32 分类:问答CURL Issue. PHP script not running on call
I\'m looking for any help debugging what could be preventing my php code from running when I CURL the page containing the script.[详细]
2023-04-12 16:07 分类:问答