Daniel Lahey wrote:
> Can anyone point me to a good source of information for how to use SSL
> with PHP?  I know it's not quite on-topic, but perhaps someone could
> point me at a good source of info?  TIA

Not sure what you mean by using SSL with PHP...

There's really not a whole lot to it.

You put SSL on your server, and PHP on your server, and, like, they both
work. :-)

When switching from your non-SSL pages to SSL pages and back, you have to
transfer any "context" (session, GET/POST variables, etc) back and forth.

Just general advice:  Keep your SSL pages in a well-defined and clear-cut
place in your application, as much as possible, if you mix non-SSL and SSL
pages.

If you want to use PHP to read from SSL sites, go here: http://php.net/curl

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to