Hi,

It definitely is not running the dll. Run

<? phpinfo(); ?>

and check that the interbase extension is loaded. See if any other
extensions can be loaded  by modifying php.ini.  Check to see if you have
multiple php.ini's and check your file/directory permissions. Persistence is
the key.

Bye, John

----- Original Message -----
From: "Christian C." <[EMAIL PROTECTED]>
Newsgroups: php.db
To: <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 6:33 PM
Subject: Interbase and php on win2k...


> Hello :c)
>
> I cant make this work together...
>
> I have set up php (it works)
> I have set up ib (it works)
> but when i try to query ib using php i get :
>
> Fatal error: Call to undefined function: ibase_connect() in
> c:\inetpub\wwwroot\ib.php on line 10
>
> I have set my extension_dir to (where the dll reside)
> extension_dir = C:\Servers\PHP\extensions
>
> and uncomment my dll:
> extension=php_interbase.dll
>
> Any one know what the broblem could be???
>
> Thanks
> Christian
>
>



-- 
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]

Reply via email to