[PHP-DB] Protecting database password

2001-07-18 Thread Marco Draijer
For a PHP-application on Windows NT, I am using an Oracle database and the database-interface db_oci8.inc (a PHP-class, downloaded from the net). To be able to make the connection to the database, the class has to know the databasename, username, and password. At the moment, it is hardcoded in

RE: [PHP-DB] Protecting database password

2001-07-18 Thread Walter, Marcel
-Original Message- From: Marco Draijer [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 09:41 To: [EMAIL PROTECTED] Subject: [PHP-DB] Protecting database password For a PHP-application on Windows NT, I am using an Oracle database and the database-interface db_oci8.inc

Re: [PHP-DB] Protecting database password

2001-07-18 Thread Dobromir Velev
: Wednesday, July 18, 2001 10:42 AM Subject: [PHP-DB] Protecting database password For a PHP-application on Windows NT, I am using an Oracle database and the database-interface db_oci8.inc (a PHP-class, downloaded from the net). To be able to make the connection to the database, the class has