Re: [PHP] Use PHP to connect to Oracle 8i database

2001-08-27 Thread Andrew Hill
Toni You don't have to use the OCI libraries if you use ODBC. Compiling PHP --with-iodbc as per the HOWTO at www.iodbc.org will get you started. Non-expiring ODBC drivers with a 2-connection license are available as a free download from http://www.openlinksw.com. Free support is also availa

Re: [PHP] Use PHP to connect to Oracle 8i database

2001-08-27 Thread Joe Conway
> I want to use php to connect to an Oracle 8i database. > > I have 2 questions: > 1) does the webserver have to be installed on the > database server? No -- you just have to configure your tnsnames.ora so that the web server can connect. Try sqlplus first. If you can connect with sqlplus, yo