Hello,
Check your extension directory is proper in php.ini file and make sure
the same php.ini file is used.
If not make a extension dir entry like below
extension_dir = "C:/php/ext"
then uncomment ;extension=php_oci8.dll by removing ;
-Sanjay M
On Wed, Jun 25, 2008 at 2:37 PM, S. Buffn <[EMA
Hello,
it is the same for all extension you would like to load?
Or there is some dll which is loaded, i.e. no warning in log is presented.
Where are placed the dlls and what says extension_dir directive in php.ini.
Try also run command line php, i.e. php.ex with -m and it says what
extension were
Hi,
Did you have followed the steps described in php manual for php_oc8i.dll ?
It is only the interface that support orcale function call within php.
So you must download and install orcale client and configure enviroment
variables
and all other things that orcale documentation stated.
It just
lto:[EMAIL PROTECTED]]
Sent: 01 February 2001 14:21
To: 'Asendorf, John '; 'Jean-Christophe Le Brun ';
'[EMAIL PROTECTED] '
Subject: RE: [PHP-WIN] Problem with Oracle
I have a very big problem please. I installed Oracle on my Windows
Professional server. However, whene
using PHP because I can connect to mySql on the same machine using
the same PHP function for mySQL.
Bikes
-Original Message-
From: Asendorf, John
To: Jean-Christophe Le Brun; [EMAIL PROTECTED]
Sent: 1/31/01 2:38 PM
Subject: RE: [PHP-WIN] Problem with Oracle
Since the list was down
> $sql_getID = "SELECT max(CUSTID_NUM) from cfull2.tbl_dl_customers";
> how the hell do I get that number into a variable?
Wouldn't changing your SQL statement to this do the trick?:
"SELECT max(CUSTID_NUM) as max_cust_id from cfull2.tbl_dl_customers"
^^
And
ased on April 7, 2000.
> -Original Message-
> From: Jean-Christophe Le Brun [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 31, 2001 2:19 AM
> To: Asendorf, John; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Problem with Oracle
>
>
> Hi !
>
> > I
Hi !
> I'm trying to run some SQL in Oracle that returns a single value...
>
> $sql_getID = "SELECT max(CUSTID_NUM) from cfull2.tbl_dl_customers";
>
> how the hell do I get that number into a variable?
>
> I've tried a dozen different things, but the documentation is so sparse
and
> it's all abou