[PHP] Using SAML in PHP

2005-07-12 Thread Joseph Lee
Hi, I believe SOAP can be used inside of PHP. Can I use SAML in SOAP, which is in PHP? If yes, where can I find docs/info for that? If no, is there a SAML mailing list that I can join to get help on SAML? Thanks, Joe

Re: [PHP] file function

2005-07-11 Thread Joseph Lee
I see. Now I know how it works. Thank you, all, for your great help. Joe --- Burhan Khalid [EMAIL PROTECTED] wrote: Joseph Lee wrote: Hi, I tried file() in the following lines: ?php $authFile = file(/tmp/authenticate.txt); print authFile = $authFile; ? However

[PHP] file function

2005-07-08 Thread Joseph Lee
Hi, I tried file() in the following lines: ?php $authFile = file(/tmp/authenticate.txt); print authFile = $authFile; ? However, it only gave me authFile = Array What's wrong with this file function? I tried single quotes, but got the same answer, too. Thanks, Joe