Reply to accessing mysql tables using ssl in php scripts.
Posted by buster100 on 11/15/69 11:26
I am looking for an example of php code that accesses a mysql table
using SSL (php v4.3.10). I have php code on serverA and some mysql
tables on serverB (located on the other side of the internet ;-) to
serverA). I want to retrieve data in the php script on serverA using
normal selects etc over a ssl connection from serverB. Any help would
be great. Cheers.