[PHP-DB] PHP ORACLE SSL ?

2007-08-02 Thread Narasimha Gangaiah
Greetings, I am writing a web application using PHP. I want to use PEAR::DB to connect to user database. I want the connection to be secured using SSL. Does oci8.sl (php oracle dblibrary) support SSL connection to Oracle Server ? I know we can securely connect to MYSQL server using PEAR::DB &&

Re: [PHP-DB] PHP ORACLE SSL ?

2007-08-02 Thread Chris
Narasimha Gangaiah wrote: Greetings, I am writing a web application using PHP. I want to use PEAR::DB to connect to user database. I want the connection to be secured using SSL. Does oci8.sl (php oracle dblibrary) support SSL connection to Oracle Server ? I know we can securely connect to MYS

[PHP-DB] Connecting to mysql from another host

2007-08-02 Thread joefazee
I want to connect to a database hosted on another server like from www.sample.com i want to connect to www.example2.com.what did i need to do? Thanks. -- View this message in context: http://www.nabble.com/Connecting-to-mysql-from-another-host-tf4210929.html#a11978401 Sent from the Php - Databa