Subject Re: [ib-support] How can you link Firebird to PHP?
Author meta
Actually there's a very good web based application application to manage
interbase/firebird. 1st I used ibadmin (i found it in freshmeat.net, as usual
), now I use Ibwebadmin -> http://ibwebadmin.sourceforge.net
It's more intuitive that phpPgAdmin or even phpMyAdmin.

And U can use php class to link interbase/firebird with php with your php
already have interbase module installed.

There many classes u can find in www.phpclassses.org: metabase (choose
interbase module), metafire, database. U can find class file and example to
use that class.

--m

On Thursday 19 September 2002 01:14 pm, you wrote:
> is the last method ,
> function resquery()
> {
> $i = 0;
> while (ibase_fetch_row($dataset)) $i++;
> $this->numres=$i;
> }
> i was thinking in a more natural approach , it the query was attached to a
> specific TABLE , you can
> make it real fast by doing a simple "Select count(*) from ".$table , but
> in the case of a query..
> Maybe sizing the array Dataset , it could be done , i have to think it over
> , but this is a real V0.01 release :)
> The real hard thing is to make a DBGrid , but i'm on it :)
>
> I'm from Alcoy, Alicante (Spain) , and seeking for job }XD
>
> See you.
>
> ----- Original Message -----
> From: Jaume Andreu Sabater Malondra <jsabater@...>
> To: <ib-support@yahoogroups.com>
> Sent: Thursday, September 19, 2002 7:09 PM
> Subject: Re: [ib-support] How can you link Firebird to PHP?
>
>
> On Thursday 19 September 2002 18:59, Javier Rodríguez wrote:
>
> I was thinking about creating a set of Php pages in the form of PhpMyAdmin
> but
> for Firebird, but first I have to finish two projects, so nothing will be
> started before next year.
>
> > var $numres; //Numero de resultados en el datasets de la query
>
> Just incidentally, how do you plan to get this result? As far as I know,
> there's only the chance to get the number of columns retrieved, but not the
> number of rows (unless you loop the whole cursor, of course).
>
> P.S.: Por cierto, ¿de dónde eres? ;-)