Hi, I'm stuck on something. I was planning on sending sensitive data to an https server from a script. I was going to use libcurl, but I found out that their ISP's version of libcurl was not compiled with ssl support and hence does not support https posts. I also cannot issue the exec() command. Is there any other way to post data to a URL via ssl from a php script? Jim Musil