Hello Dominique,

Wednesday, February 11, 2004, 1:58:17 PM, you wrote:

DA> Fatal error: Call to undefined function: ibase_connect() in
DA> c:\inetpub\wwwroot\index.php on line 12

DA> I want to know what is wrong with the code or if i have to do 
DA> with php in order to run with  Interbase ?

You don't have Interbase support enabled in the version of PHP you
are using.

See the InterBase functions manual page for details on how to enable
it on Win32 machines. Here's the most important part of it:

Note to Win32 Users: In order to enable this module on a Windows
environment, you must copy gds32.dll from the DLL folder of the
PHP/Win32 binary package to the SYSTEM32 folder of your windows
machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). In case you
installed the InterBase database server on the same machine PHP is
running on, you will have this DLL already. Therefore you don't need
to copy gds32.dll from the DLL folder.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to