Subject | Re: [firebird-php] accessing firebird database using php |
---|---|
Author | Lester Caine |
Post date | 2005-04-02T05:49:02Z |
Pujitha Sendanayake wrote:
ibase_* functions.
The first php page you write should be
<? phpinfo(); ?>
When you run this page you will see what modules are being loaded and
how php is configured.
I can't be asked to look at iis6, so can't help on how it runs php, but
if you have got php pages running, then the next step to switching on
other modules should not be difficult. It is probably simply that the
php.ini you are changing is not the one that is actually being used. The
first section of phpinfo will tell you exactly where php is looking for
things.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> i already did this..but..same error..i use..iis6 andphp_interbase.dll needs to be installed and enabled in order to use any
> use a php page in a virtual directory...
>>PS> Fatal error: Call to undefined function
>>ibase_connect()"
>>
>>PS> ANY IDEA?
>>
>>php.ini
>>
>>uncomment extension interbase.dll
ibase_* functions.
The first php page you write should be
<? phpinfo(); ?>
When you run this page you will see what modules are being loaded and
how php is configured.
I can't be asked to look at iis6, so can't help on how it runs php, but
if you have got php pages running, then the next step to switching on
other modules should not be difficult. It is probably simply that the
php.ini you are changing is not the one that is actually being used. The
first section of phpinfo will tell you exactly where php is looking for
things.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services