Olivier,
One way is simply to test for success and produce the appropriate error
message if it doesn't work;
$result = mysql_query ($query)
or die ("appropriate error message");
Matt
-Original Message-
From: Olivier Botineau [mailto:[EMAIL PROTECTED]]
Sent: 20 April 2001 13:46
To: P
If you haven't already done so try uncommenting the
;extension=php_oracle.dll
in the Windows Extensions section of your php.ini file.
Also I'd assume you would need to put the php_oracle.dll into a folder such
as winnt\system32.
Matt
-Original Message-
From: Bikes [mailto:[EMAIL PROTE