Go Back   Forum Care Forums > Development Reference Area > Php Development

Reply
 
LinkBack Thread Tools Display Modes
php, mysql and ssl
Old
  (#1)
PEF
Guest
 
Posts: n/a
Default php, mysql and ssl - 06-02-2007, 08:56 PM

Hey,

I want to p*** data to and from a mysql database through an ssl
connection. I don't know if it's possible to use php4 (ver. 4.4.6) and
MySQL5 (5.0.37), but I would prefer not to update these applications.

If anyone have a code example that shows how to do it, it would be nice.

Regards
Peter Falk
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: php, mysql and ssl
Old
  (#2)
Lammi
Guest
 
Posts: n/a
Default 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

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top