Re: [PHP] Getting https-page

2003-01-20 Thread Kenneth Brill
I would just read up on the CURL functions and either use them or get CURL and use it externally. "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > --- Martin Thoma <[EMAIL PROTECTED]> wrote: > > How can I get an https-page? > > I have never test

Re: [PHP] $_POST vars problem

2003-01-20 Thread Kenneth Brill
works perfectly, HOWEVER if I just enter data and hit return then it messes up. That make no sence to me but maybe someone out there can put it together. thanks "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > --- Kenneth

[PHP] $_POST vars problem

2003-01-20 Thread Kenneth Brill
I just changed my server to SSL, everything worked before that. now if I have a form with an input box (named "searchstring" for example) with a value of "TEST", when that form is posted (submitted) I get the following: foreach($_POST as $key => $value) { echo "[POST]Key: '$key'; Value: '$value'