0
votes
0answers
10 views

Get Foreach Text From File In Php

I Created This Script. But I have some problem... 1st Chek Out the code. <?php for($loop=1;$loop<=30;$loop++) { post_data2 = ...
0
votes
0answers
15 views

grabbing URL session tokens using php

I am trying to interact with an search form with php curl, I am missing 2 url parameters that appear to be assigned to me when the submit form is searched, the problem is since I am using CURL GET ...
0
votes
0answers
9 views

Using Curl with Cookie able to log into twitter etc but not facebook wordpress etc?

I'm using cUrl with cookies and user agents to log into several websites and fetch information. It's very convenient but it doesn't work for some websites. And I'm very curious about why. For example, ...
0
votes
0answers
9 views

CURL POST 64KB+ returns wrong STARTTRANSFER_TIME

$ch = curl_init($url); // Any URL // If not set curl automatically sends it with value '100-continue' on POSTs 1KB+ curl_setopt($ch, CURLOPT_HTTPHEADER, ["Expect:"]); curl_setopt($ch, CURLOPT_POST, ...
0
votes
0answers
10 views

PHP cURL 403 error when connecting through proxy

I'm porting an application to a private server from a GoDaddy server. All is fine except for using cURL with proxy server. These settings do work on the GoDaddy server both with $proxy being set to a ...
-2
votes
1answer
32 views

POST doesn't pass variable [closed]

Here is my code. After I click the button to go to the "playlist.php" file, the variable isn't carried over like it should in the "post" command. Help? EDIT: this is the code in the document that ...
0
votes
0answers
19 views

php don't recieve encoded $_GET values

I have an encrypted with public key and then encoded string, it's something like 200 chars. SENDER: $pubkey = file_get_contents('http://localhost/test/key.pub'); openssl_public_encrypt('hello world', ...
0
votes
1answer
30 views

Installing cURL in a Twitter / CodeIgniter project

I'm new to Twitter API version 1.1 and was following Jimbo's excellent answer to this question when I encountered this error when running http://localhost/twitter_test.php : You need to install ...
0
votes
0answers
18 views

Enabling cURL with PHP

(I'm running Apache 2.2 and PHP 5.4.14) I'm having problems enabling cURL with PHP. I uncommented the extension=php_curl.dll line in php.ini and made sure that the dependencies libeay32.dll and ...
0
votes
0answers
7 views

Multicurl returning 0 URL:s to check from database

I have been adopting some PHP cURL code from the old PHP MySQL to PDO, to add security to it and to make it a bit more update proof. The problem that I have is that I get the following error: ...
0
votes
0answers
22 views

How to enable Curl in a host where it is disabled for security reasons

The hosting which am using disabled curl_exec but on phpinfo it is enabled. So is it possible to enable it? If so would you please tell me how to do it?
-3
votes
0answers
37 views

Changing the code to work with new API [closed]

The API I was using for my TV guide script isn't available anymore. I found a new API (also in json format) but it's a bit different. I was trying to change the code around but it doesn't work. ...
0
votes
0answers
32 views

PHP Array, need to echo LiveLeak video information from an array [closed]

Im working on a project and i got a little stuck, and it isn't that hard properly. Here is my array: Array ( [0] => Array ( [property] => [content] => text/html; charset=utf-8 ) [1] => ...
0
votes
0answers
16 views

Postfield after curl execution

I am using cURL to login to a page and upload a file by url. I successfully uploaded the file. After uploading the output i receive is a page to confirm the upload. Can i use postfields there without ...
0
votes
2answers
30 views

CURL GET request to an search form

$url3 = "http://cocatalog.loc.gov/cgi-bin/Pwebrecon.cgi?DB=local&PAGE=First"; $ch3 = curl_init(); //2nd curl to search ASIN curl_setopt($ch3, CURLOPT_URL,$url3); ...

1 2 3 4 5 392
15 30 50 per page