i'm very new to php/interbase,
i tried to connect with ibase_connect but get an error message: fatal error undifened function i want to connect to firebird server what should i do... what procedures i shall obey... both php and firebird sides...
Starting with the Basics. Firebird 1.0? 1.5 will need some changes to the php end for it to work.
php.ini needs the extension=php_interbase.dll uncommenting and then Apache will need restarting.
phpinfo() will then list interbase in it's settings.
Then you can use the ibase commands. The format of the connection string depends on linux or windows os on the Firebird server. You will get more help on the Firebird end at ib-support on yahoo. http://groups.yahoo.com/group/ib-support
-- Lester Caine ----------------------------- L.S.Caine Electronic Services
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php