php-windows Digest 13 Aug 2001 03:17:43 -0000 Issue 699
Topics (messages 8788 through 8793):
PHP/SOAP/Win
8788 by: Todd Cary
PHP cookie and SSL query?
8789 by: Fai
Why do I use IE6b to view some page which I wrote in PHP but I got blank?
8790 by: jim
apache path_info server variable
8791 by: lolodev
graphic functions with pws
8792 by: Kyle Boyle
money format
8793 by: sur-php
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
Is there a SOAP.dll for Windows PHP?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
Is it true that the cookie will not be save in client's computer if it is
sent under https secure channel like the following: (my apache web server
has SSL supported and I have self-generated certificate)
<?php
//cookie.php
setcookie("name", "helloworld", "", "", "", 1);
echo $name;
?>
access this page as: https://localhost/cookie.php
Afer I have access this page, although it works properly, I can't found any
cookie save in my local computer's cookie file when I use local computer IE
to browser.
Also, is it true that with SSL, the virtual host can't use different
certificates which are generated based on one server key and must used same
certificate in apache web server?
Thank you very much!!!
I use M$IE6b browser to view some page in my compute which I wrote in
PHP,some time I got blank,some time I got right.
My PHP version is 4.0.6,Mysql is 3.23.33,I use WINDOWS 2000 Adv.server
why can i read PATH_INFO server variable with apache under windows server ?
with IIS 5 it's OK
how can i ?
<? print $PATH_INFO ?>
Hi all,
for some reason, when i try to use any of the image functions in php under pws, it
says the function is undefined. any idea how i can fix this?
thanks
Kyle
does anyone know
how to convert a
number like 324.42932 to 324.43 format
is there any special functions in php for this ?