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 shared

[PHP-DB] https post via php

2002-03-28 Thread mailing list
Hello, 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 shared server I have hosting this site was not compiled -with-curl. I downloaded HTTP_POST PHP

RE: [PHP-DB] https post via php

2002-03-28 Thread Jonathan Hilgeman
of. - Jonathan -Original Message- From: mailing list [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 6:39 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] https post via php Hello, I am attempting to POST to a https://whatever.url.com server and return the result from the server

[PHP-DB] https post using php

2002-03-27 Thread mailing list
Hello, 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 shared server I have hosting this site was not compiled -with-curl. I downloaded HTTP_POST PHP

Re: [PHP-DB] https

2001-10-22 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 -- PHP

RE: [PHP-DB] https

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

[PHP-DB] https

2001-10-20 Thread J-E-N
hello, how can i switch from http to https without typing the whole url? thanks