[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cobalt interbase and PHP
- Subject: Re: [cobalt-users] cobalt interbase and PHP
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Thu Jun 21 17:24:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 20 Jun 2001, Marot Laurent wrote:
> I'm a newbie in cobalt system and i can't find guidelines for accessing
> interbase with PHP. Could you please help me ?
> I 've tried this script :
>
> <?php
> $conn=ibase_connect("localhost:/home/ibdemo.gdb", "SYSDBA",
> "masterkey");
> if (!$conn)
> { echo "Access Denied!";
> exit; }
> ?>
>
> ang get this error
> :
> Fatal error: Call to undefined function: ibase_connect() in
> /home/sites/home/web/essai.php4 on line 2
I don't know interbase, but, either your function name is incorrect, and
if it's not, from some reason you don't have interbase compiled in PHP...
what to do with that, I don't know, I don't have raq4 :)
>
> Laurent Marot - Alliacom
>
> 98, Avenue du Général Leclerc
> 92 100 Boulogne Billancourt
>
> tél. : 33 1 55 38 98 98 - http://www.alliacom.com
>
- shimi