Re: [PHP-DEV] Question on SSL.

2003-01-27 Thread Wei Weng
_OF_ PHP, not development > _with_ PHP. > > Derick > > On Mon, 27 Jan 2003, Wei Weng wrote: > > > This question is a bit Apache specific. > > > > How does PHP detect whether it is on a SSL connection (with respect to an Apache > > server)? > > >

[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 To unsubscribe, visit: http://www.php.net/unsub.php

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 reque

Re: [PHP-DEV] Script Abortion

2002-10-23 Thread Wei Weng
Maxim Maletsky wrote: > > i 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/

[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 To unsubscribe,