[PHP] SSL inside of PHP

2002-09-12 Thread Lon Lentz
I'm running PHP 4.1.2 and am looking for information on doing an HTTP post action from PHP to another web server using SSL (and capturing the response). I've searched the online docs to no avail. Can somone point me in the right direction? __ Lon Lentz Applications

Re: [PHP] SSL inside of PHP

2002-09-12 Thread Chris Shiflett
I've never done this, but I understand that curl is supposed to offer support for SSL. http://www.php.net/manual/en/ref.curl.php The manual looks a bit weak in this regard, but maybe that will give you a decent starting point. If someone else has an example, that would be more useful. Happy