php-general | 2000071
Date: 07/02/00
- Next message: Tyler Longren: "[PHP] Troubled code (or my troubled brain)"
- Previous message: Bart: "[PHP] can I parse text from other website ?"
- In reply to: Todd Cary: "Re: [PHP] database opinions"
- Next in thread: Todd Cary: "Re: [PHP] database opinions"
- Reply: Todd Cary: "Re: [PHP] database opinions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Tyler Longren: "[PHP] Troubled code (or my troubled brain)"
- Previous message: Bart: "[PHP] can I parse text from other website ?"
- In reply to: Todd Cary: "Re: [PHP] database opinions"
- Next in thread: Todd Cary: "Re: [PHP] database opinions"
- Reply: Todd Cary: "Re: [PHP] database opinions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

