Re: [PHP] using sendtohost on a secure site

2002-02-20 Thread bvr
The answer to this and many related questions is: Use CURL. See manual. bvr. >Is great for posting results to a regular http site. But what I need to do >is post to a secure site (https). I looked through some of the php >documentation and couldn't find anything about manually encrypting the

RE: [PHP] using sendtohost on a secure site

2002-02-20 Thread Jason Murray
> The function sendtohost: [snip] > Is great for posting results to a regular http site. But > what I need to do is post to a secure site (https). At that point, you'll want to look into using CURL extensions to PHP. http://www.php.net/manual/en/ref.curl.php Jason -- PHP General Mailing L