Subject | Re: [firebird-php] Connection to FB from PHP |
---|---|
Author | JUAN JESUSNU�ffffd1EZ HERMOSILLO |
Post date | 2004-05-06T04:27:24Z |
Hi buddy, first i recommend you to use adodb.
http://php.weblogs.com/ADODB
you should use the complete path of your database
file, this is an example using adodb.
$conn->PConnect("localhost:/var/firebird/databse.gdb",
"sysdba", "masterkey", "");
NOTE:
Don't forget to compile PHP with interbase support.
Greetings :D
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
http://php.weblogs.com/ADODB
you should use the complete path of your database
file, this is an example using adodb.
$conn->PConnect("localhost:/var/firebird/databse.gdb",
"sysdba", "masterkey", "");
NOTE:
Don't forget to compile PHP with interbase support.
Greetings :D
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover