Forgot to mention that there're other APIs on their server which I can call
successfully.
I did try turning off the two options below but result was the same.
--- On Thu, 8/6/09, Jerry Wilborn wrote:
> From: Jerry Wilborn
> Subject: Re: [PHP] curl_exec not hit server
> To:
Hi,
I use the following code to call third party web service:
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_TIMEOUT, 120);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 1);
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
curl_setopt($ch, CURLOPT_SS
Hi,
I found that $_POST['name'] is empty inside my PHP script whose previous
HTML page has the following:
How can I retrieve values in input fields ?
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo