php-general | 2000071

Re: [PHP] database opinions From: Meir Kriheli (mksoft <email protected>)
Date: 07/02/00

On Sun, 02 Jul 2000, Todd Cary wrote:
> Is there an ODBC for it so that I can use PHP?
>
> Todd
>
> --
> Todd Cary
> Ariste Software
> todd <email protected>

You don't need ODBC for it. PHP4 supports it natively.

If you're using it on linux, download and install the rpm (less then 4MB) from

http://www.interbase.com/open/downloads/60beta_downloads.html

after you install it configure PHP as you normally do but add

--with-interbase=\usr\local\interbase

The documentation can be found at :

http://www.php.net/manual/ref.ibase.php

HTH

Meir Kriheli
MKsoft computer systems

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>