Hi all,
I'm wondering how secure data transmissions are between the web server and the MySQL database if one uses the regular mysql_connect() method?
Since, as I suspect, this default PHP implementation of a database connection is not secure, what alternatives are available?
I need to write a server-side script that will talk to a DB that resides on a separate server via a secure channel. Can PHP do this, or should I use JSP?
Thanks in advance,
Dmitri.
I'm wondering how secure data transmissions are between the web server and the MySQL database if one uses the regular mysql_connect() method?
Since, as I suspect, this default PHP implementation of a database connection is not secure, what alternatives are available?
I need to write a server-side script that will talk to a DB that resides on a separate server via a secure channel. Can PHP do this, or should I use JSP?
Thanks in advance,
Dmitri.