Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
RE: CURLOPT_POSTFIELDS not working for me
From: Superprops <superprops_at_telus.net>
Date: Thu, 05 Feb 2009 10:41:44 -0800
I solved my own problem, my php code was incorrect
if(isset($_GET['testcode']))
$p_code = $_GET['testcode'];
should have been:
if(isset($_POST['testcode']))
doh !
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info