> 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 them if they'll install this library.  But, assuming
> > they don't, do I have any other options for doing what I want?
> >
> > --
> > JR
> >
>
> Even if they don't have it compiled into PHP, they might have curl
> installed and available from the command line.

If you want to do CLEINT-side HTTP requests i think you can use the
MSXML-HTTP object within JS, but only if the objects are installed, and this
may only be avail inside IE5.5>

However, if you want to do it on the server you can do it using sockets.

someone helped me with this a month or so ago, mail me for the code.

 .b


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to