Re: [PHP] Question about SSL/php globals

2003-01-27 Thread Wei Weng
Thanks for the prompt reply! One more question, do you know how PHP implements this variable? In other words, how does PHP detect whether the connection is SSLed or not? (Specific to apache) Thanks! Wei - Original Message - From: "Philip Olson" <[EMAIL PROTECTED]&g

[PHP] Question about SSL/php globals

2003-01-27 Thread Wei Weng
Is there any environment/Global variable in PHP that indicates whether the server port you connect to is SSL port? Thanks! Wei -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HTML Post

2002-10-29 Thread Wei Weng
How do you do a HTML post in php? Thanks -- Wei Weng Network Software Engineer KenCast Inc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP internal question.

2002-05-28 Thread Wei Weng
place;boundary=--ThisRandomBoundary" into headers_out table. But what about the part below the first --ThisRandomBoundary? How does PHP internal handle/parse it? Thanks a lot (And if I post it to the wrong mailing list, please let me know) -- Wei Weng Network Software Engineer KenCast Inc.

[PHP] why isn't this working? (many questions inside)

2002-01-28 Thread Wei Weng
x27;t seem to figure out where to stick the option in. (prefer doing it in one of the configure arguments if possible) Forgive me if I posted this to the wrong mailing list, I had been losing hairs over these puzzled questions. TIA. -- Wei Weng Network Software Engineer KenCast Inc. --

[PHP] HTTP_HOST or SERVER_ADDR

2001-05-04 Thread Wei Weng
Which one is more adequate for representing server ip? Thanks -- Wei Weng Network Software Engineer KenCast Inc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] authentication to https server

2001-05-03 Thread Wei Weng
hi I have a question here. This is what i want to do: I have a login/password form, in order to make the password going through the network (from client's browse to the server) secure, I need to run https server on the server side. Here is my problem: How do I do the authentication? Originally,