Page 1 of 1

cant make it working

Posted: Fri Nov 13, 2009 5:46 pm
by amd321
hello.
im new to php.
ihv installed php like this:
Internet Information Services-->Default WebSite ---> Propreties-->

1.ISAPI Filters----> add php5isapi.dll
2.Home Directory-->Configure -- add -->php5isapi.dll
---------------------------------------------------------------------------------
now PHP works fine!
i can see the php.ini page

my problem is using mssql functions.
i tried, and that what i did:
i went to php.ini
and edit it
1.extension_dir="c:\php\ext"
2.delete ; before extension=php_mssql.dll

now i load again the phpinfo page but steal i cant see the extension that ihv just add.
not only that but evry time that i load page that the function mssql_connect() just mention
the result is the page: html error 500.

please help!!!!!

thanks

Re: cant make it working

Posted: Sat Nov 14, 2009 4:01 pm
by Doug G
Run phpinfo() and verify what php.ini file is active in your installation. In some cases there is a php.ini in the php folder and another in the windows folder, and you could be editing the wrong one.