I am using CURL to post credit card info to a payment gateway. I would like to know if a CURL posted form to a non secure SSL is safe from being intercepted. In other words, is there anything about...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21346013.htm...
Zones:
PHP,
E-CommerceDate Answered: 03/15/2005 Grade: A Views: 0
I'm writing a script which needs to communicate with a remote site to perform some functions. I need to know the best way to handle this so that the script will be compatible with as many webhosts ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21800201.htm...
Zones:
PHPDate Answered: 05/15/2006 Grade: A Views: 0
Hello, i want to get the final url of the redirect, i used this script but i don`t get the final url, only the filename. I want to get the full url of the file found here : http://www11.rapidupload...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21980242.htm...
Zones:
PHPDate Answered: 09/11/2006 Grade: A Views: 0
Im trying to automate submitting a video to google video( http://video.google.com ) from a php script using CURL.
Im able to login to my google account and store the cookies and mange the sessi...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22448898.htm...
Zones:
PHPDate Answered: 03/18/2007 Grade: A Views: 0
Hello,
I am using php (4 or 5) and curl(libcurl/7.17.1 OpenSSL/0.9.8g zlib/1.2.3) to download some https pages. My problem is that for some of them I get an empty string as a result from curl. T...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23411230.htm...
Zones:
PHP,
SSLDate Answered: 05/21/2008 Grade: B Views: 52
I'm trying to get information from a site that requires one to log in--all from a PHP script. The first step is then to log in via the script. I've found several tools that look like they should be...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20300327.htm...
Zones:
PHPDate Answered: 05/16/2002 Grade: A Views: 0
I have written a script to send files via the web to a trading partner.
The files are trnasfering fine, but I am recieving and error in my log files:
curl: (26) failed creating formpost data
...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20591389.html
I want to automate a php script that I'm running, however I must keep it behind
a .htacess protected directory.
Is there a way to validate against a .htaccess file using PHP (preferably with cU...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20599183.htm...
Zones:
PHPDate Answered: 05/05/2003 Grade: B Views: 0
I have a php script/form that sends data to another script. The data is parsed in the second script and returned to the first script. The problem that arises is the fact that when the results are...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20705189.htm...
Zones:
PHPDate Answered: 10/07/2003 Grade: B Views: 0
What I'm trying to do is retreive the HTTP header for the redirect of a url. I then run a regualr expression on the headers looking for certain redirected urls. If it matchs then I want page to red...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20836645.htm...
Zones:
PHPDate Answered: 05/25/2004 Grade: A Views: 0