RE: [PHP-DB] https post via php

2002-03-28 Thread Jonathan Hilgeman
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

Re: [PHP-DB] https post using php

2002-03-28 Thread Paul Burney
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

RE: [PHP-DB] https

2001-10-21 Thread Beau Lebens
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 // //

Re: [PHP-DB] https

2001-10-21 Thread George Lioumis
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 --