[PHP] SOAP client class that supports https????

2002-08-01 Thread Anson Smith
I am working on a project that requires me to access a web service over https. I was wondering if anyone has any luck getting this class to work over https or if anyone knows of a soap client class that supports https?? thanks, Anson Smith

Re: [PHP] SOAP client class that supports https????

2002-08-01 Thread Anson Smith
The class I am referring to in the original message is nuSphere's nuSoap class which works great over http by the way. ---Original Message--- From: Anson Smith Date: Thursday, August 01, 2002 12:38:47 PM To: [EMAIL PROTECTED] Subject: [PHP] SOAP client class that supports https

[PHP] libmcal for win32

2002-07-16 Thread Anson Smith
Does anybody know where I can get the libmcal dll's precompiled for win32?

[PHP] Re: PHP and PDF

2002-07-01 Thread Anson Smith
If you can edit the PDF file and have access to acrobat then you can use adobe's fdf format. Basically you just create a read-only text field on the original PDF and use php to fill in the value for it every time it's loaded here's some links http://www.php.net/manual/en/ref.fdf.php

[PHP] SESSIONS not timing out

2002-03-15 Thread Anson Smith
My I am working on a PHP page that uses sessions. I use $_SESSION['whatever'] to set all my session vars. I can use the session_destroy() and it works fine but if I just close the browser (All Browsers), when I come back to the page the Session is still active. the session.cookie_lifetime is

[PHP] Form Based Authentication

2002-03-12 Thread Anson Smith
I am new to PHP and I am attempting to use some type of authentication in my site. My first page is a simple HTML form page with 2 fields username and passwrd. that form is POST'ed to a 2nd page. In the second page I start a session, and if