Re: [PHP] Oracle and PHP

2001-06-27 Thread Richard Lynch
> // Define Oracle_Home and Oracle_Sid > putenv("ORACLE_HOME=/opt/ORACLE/product"); > putenv("ORACLE_SID=MYDATA"); IIRC, Thies posted once that the Environment variables *must* be defined in the environment, before PHP starts, for things to really work properly. That's all he said (IIRC), so I d

RE: [PHP] Oracle and PHP

2001-06-26 Thread James Atkinson
need the Oracle client libs installed. - James > -Original Message- > From: Dunaway, Brian [mailto:[EMAIL PROTECTED]] > Sent: June 26, 2001 7:25 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [PHP] Oracle and PHP > > > >I'm a newbie in PHP, what should I

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

Re: [PHP] Oracle and PHP

2001-06-26 Thread elias
I can only say that you must have the Oracle extensions installed and enabled in PHP.ini Please post in text format next time! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad