Re: [PHP] fsockopen and SSL

2003-06-07 Thread Philip Olson
[snip] > but I get following error: > > Warning: fsockopen() [function.fsockopen]: no SSL support in this build > in > /usr/home/trivisions/html/sextoymerchant.com/payment/checkout_confirm.ph > p on line 64 > > So does this mean that my PHP installation does not support SSL, and > that I have to

[PHP] fsockopen and SSL

2003-06-07 Thread Ralph
i'm trying to make a POST request to my merchant's https server using the following: foreach($HTTP_POST_VARS as $key => $value){ $value = urlencode(stripslashes($value)); $req .= "&$key=$value"; } $hea