Subject | Re: [firebird-support] PHP |
---|---|
Author | Stefan Heymann |
Post date | 2007-02-13T16:15:48Z |
> does any one have a snippet of php code used to connect to aThis is how it works for me (Windows XP, IIS, PHP5, GDS32.DLL in
> firebird 1.5 database?
Windows Dir):
To connect to the database, use:
$db = ibase_connect ("server:dbname", "SYSDBA", "masterkey", "ISO8859_1", "100", "3");
> What are the essential changes that need to be made to the php.iniIn PHP.ini, uncomment this entry:
> file to make it work.
extension=php_interbase.dll
There is another setting named "extension_dir". The php_interbase.dll
must be in that dir of course.
Best Regards
Stefan