I have Interbase (Firebird) installed and working
When i try to connect using PHP4.21 (Installed with autoinstaler)
<?php
$dbh =
ibase_connect('D:\_FireData\dados.gdb','SYSDBA','masterkey','ISO8859_1',0,1)
;
?>
I receive the folowing message
Fatal error: Call to undefined function: ibase_connect() in
d:\inetpub\wwwroot\impac\php\teste16.php on line 7
Why the ibase)connect() function is undefined ?
How can I install then ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php