|
Posted by Jerry Stuckle on 03/06/07 22:06
Geoff Cox wrote:
> On Tue, 06 Mar 2007 13:37:15 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>
>>> I realise that php.ini has to be configured to work with MySQL and I
>>> thought I had done this,
>>>
>>> extension_dir = c:\php\ext
>>> extension = php_mysql.dll
>>>
>>> php.ini is in the c:\windows folder.
>>>
>>> Any suggestions please?!
>>>
>>> Cheers,
>>>
>>> Geoff
>> Geoff,
>>
>> It works fine here. Did you also add the correct isapi filter to your
>> IIS extension (and tell it to parse .php files)?
>
> Jerry,
>
> Not sure what you mean by isapi filter?
>
> I did register php.exe as an application in IIS.
>
> Cheers
>
> Geoff
Ah, that's the difference. I use PHP as an ISAPI extension instead.
Not sure what it's called in XP, but look in the Properties box for your
IIS server. You probably have a tab with something like "ISAPI
Filters". It goes in there. The DLL is (path)/php5isapi.dll and your
APP mappings should point at the same DLL for the .php extension.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|