Subject Re: [firebird-php] please help me to connect firebird with xampp on windows 7.
Author .Christophe DERENNE
Hi, if you want to know what's happenning try to display ibase error like
this and tell us what's the message:


<?php
if(@ibase_connect('localhost:
C:\Program Files
(x86)\Firebird\Firebird_2_5\examples\empbuild\employee.fdb', 'sysdba',
'myfirebirdpassword')) {
echo "OK";
} else {
*$errormsg=ibase_errmsg();
echo "NOK ".$errormsg;
*}
?>

Christophe


[Non-text portions of this message have been removed]