RE: [PHP] Re: Making a Client-side HTTPS Request

2002-05-07 Thread .ben
> Jonathan Rosenberg wrote: > > I would like to be able to make a client side HTTPS request from > > one of my pages. From searching around, I see that I can do > > everything I want using the CURL library. But the ISP I am using > > does not have the CURL library installed. > > > > I'll ask the

Re: [PHP] Re: Making a Client-side HTTPS Request

2002-05-06 Thread Austin Marshall
>To: Jonathan Rosenberg >>Cc: [EMAIL PROTECTED] >>Subject: Re: [PHP] Re: Making a Client-side HTTPS Request >> >> >>What i meant was the actual curl application is >>installed on the server. >> Accessible from the command line at, for example, >&

RE: [PHP] Re: Making a Client-side HTTPS Request

2002-05-06 Thread Jonathan Rosenberg
Marshall [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 1:35 PM > To: Jonathan Rosenberg > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: Making a Client-side HTTPS Request > > > What i meant was the actual curl application is > installed on the server. > Accessible

Re: [PHP] Re: Making a Client-side HTTPS Request

2002-05-06 Thread Austin Marshall
What i meant was the actual curl application is installed on the server. Accessible from the command line at, for example, /usr/local/bin/curl With PHP you can execute commands via the command line via system(), exec() or via the backtick (for example $output=`/usr/local/bin/curl `;) operato

RE: [PHP] Re: Making a Client-side HTTPS Request

2002-05-06 Thread Jonathan Rosenberg
I'm quite new to PHP (though I have lots of programming experience, web & otherwise). Where can I learn more about what "installed and available from the command line" means? > -Original Message- > From: Austin Marshall [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 1:19 PM > To