[PHP-DEV] Question on SSL.

2003-01-27 Thread Wei Weng
This question is a bit Apache specific. How does PHP detect whether it is on a SSL connection (with respect to an Apache server)? Thanks Wei -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question on SSL.

2003-01-27 Thread Wei Weng
Sorry about it if I had written to the wrong mailing list. Since it was a php internal question, I thought php-dev would be a better place since people here have better understandings of how php works. Thanks Wei - Original Message - From: Derick Rethans [EMAIL PROTECTED] To: Wei Weng

Re: [PHP-DEV] When my PHP file opens, I want it to automatically submit

2002-11-04 Thread Wei Weng
Basically, you need to do a HTTP post to the URL where it had that submit button and wrap the global IP address of computer along with other information you want to pass to that URL in the post data area. You can search the PHP-General mailing list archive, I asked how to submit HTTP post

[PHP-DEV] Script Abortion

2002-10-23 Thread Wei Weng
I have a question about PHP internal. How does PHP implement the browser related script abortion, such as when user hits the stop button in the browser, PHP can abort the script being executed in the background. Thanks Wei -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] Script Abortion

2002-10-23 Thread Wei Weng
think it already does. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Wei Weng [EMAIL PROTECTED] wrote