The only way I can think of doing this is via cURL, so you'll need to either
have the hosting company recompile their PHP with cURL (something any decent
hosting company should do - it's not a difficult process), or have them
provide an external curl module (like an .so file) so you can use the dl
on 3/27/02 11:45 PM, mailing list at [EMAIL PROTECTED] appended the
following bits to my mbox:
> I am attempting to POST to a https://whatever.url.com server and return
> the result from the server into the script without the user knowing using
> a php script. I can not use CURL becuase the shar
ot;;, "https://";, $last_url));
or am i missing the point of what you want to do?
HTH
/beau
// -Original Message-
// From: George Lioumis [mailto:[EMAIL PROTECTED]]
// Sent: Monday, 22 October 2001 2:52 PM
// To: PHP Mailing List
// Subject: Re: [PHP-DB] https
//
//
I think that you MUST retype the whole URL.
George.
- Original Message -
From: "J-E-N" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 20, 2001 2:22 PM
Subject: [PHP-DB] https
hello,
how can i switch from http to https without typing the whole url?
thanks
--