Re: [PHP-DB] thanks

2002-03-31 Thread Jason Wong

On Sunday 31 March 2002 23:05, Matthew Crouch wrote:
> i think i got this solved; sorry about the non-php question but there
> isn't a mysql newsgroup that i know of.

www.mysql.com ??


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
I don't want people to love me.  It makes for obligations.
-- Jean Anouilh
*/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Thanks for answer jjeffman, but...

2001-01-21 Thread Meir Kriheli - MKsoft

Hi,

Have you tried Interbase 6 ?

It's possible that the module your working for
was compiled with IB6's headers and libraries.

Meir Kriheli
MKsoft computer systems

  'There's someone in my head but it's not me" - Pink Floyd
- Original Message -
From: "Kyoungsub, Wee" <[EMAIL PROTECTED]>
To: "PHP DB Mailing" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 3:29 AM
Subject: [PHP-DB] Thanks for answer jjeffman, but...


> Thanks jjeffman,
>
> but I already checked php_interbase.dll location,
>
> C:\php\extensions\php_interbase.dll
>
> ... T.T
>
> help..
>
>
>
> previous message
> --
> Hi,
>
> My Server is Windows 2000 ( Advanced Server ).
>
> I use Apache WebServer(1.3.12) and  PHP 4.0.2
>
> I use Interbase 5.6 Server, PHP module (extension) not loading problem.
>
> My PHP root is "c:\php"
>
> My PHP.INI, this
> 
> extension_dir="C:\php\extensions"
>
>
> extension=php_interbase.dll
>
>
> -
>
> when I Start Apache Service, Appear this message
>
> 'Unable to load dynamic library 'php_interbase.dll'
>
> but any PHP function execute good.
>
> I execute sample php code, this
> --
>  phpinfo();
>  $dbh = ibase_connect ("d:\project\klpg\database\tank.gdb", "sysdba",
"masterkey");
>  $stmt = 'SELECT * FROM customer';
>  $sth = ibase_query ($dbh, $stmt);
>  while ($row = ibase_fetch_object ($sth))
>  {
>   print $row->email . "\n";
>  }
>  ibase_close ($dbh);
> ?>
> --
> result is
>
> Fatal error: Call to undefined function: ibase_connect() in
d:/webroot/index.php3 on line 36
>
> I don't know this..help...please
>
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]