| Re: php, mysql and ssl -
06-02-2007, 08:56 PM
maybe i didn't understand your request, but:
neither mysql or php do anything with ssl. to establish a ssl-
connection is a job of your http-server. if i got your idea, you'll
try to display some data on a website called with "https"? in this
case you have nothing to do, any communication between browser and
server is ssl-encrypted.
or maybe you'll like to transmit the data from a mysql-server to your
webserver on a different machine using a secure connection? in that
case, it's still no job for php and mysql, it's a network thing.
regards |