My first post on the forum but I've been lurking on it for a while.
The command in question is ibase_connect (http://php.net/manual/en/function.ibase-connect.php if you want it) and the error that comes up is Call to undefined function ibase_connect()
I've got a wamp server running PHP 5.3.0 and Apache 2.2.1 so everything's up to date.
My research on this error tells me that it means the dll is not available to php but it is in the same place as all the other extensions (I downloaded it and put it there myself). The php.ini file has the extension uncommented. Someone else mentioned that it could mean that php was not compiled/configured to work with interbase... and as far as I can tell I can't recompile it as a windows user. Any advice or suggestions?
--Kenner