RE: [PHP] Oracle and PHP

2001-06-26 Thread Dunaway, Brian
>I'm a newbie in PHP, what should I do to connect to Oracle Database. >Do I have to install a library to do that? >Please anyone, help. http://www.phpbuilder.com/manual/ref.oracle.php I usually do something similiar to this. (psuedo code follows): // Define Oracle_Home and Oracle_Sid putenv("O

[PHP] Oracle Connection

2001-04-10 Thread Dunaway, Brian
Greetings, I need to access a remote oracle database. What I mean is that the machine that is allowed access to the oracle database is not running php...I have access to the machine with the oracle access from my machine which is running php. Boy that sounds confusing. anyway I am setting my env

RE: [PHP] A problem under Solaris

2001-03-22 Thread Dunaway, Brian
> I´m trying to compile PHP 4.0 under Solaris 8.0 - SPARC > 250. When I try to configure using the appropiate script, it > test for the existence of one package called lex and another > called flex, both couldn´t be found and the script can´t > continue. Anybody has be in the same trouble?