cant make it working

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
amd321
Forum Newbie
Posts: 1
Joined: Fri Nov 13, 2009 5:31 pm

cant make it working

Post 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
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: cant make it working

Post 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.
Post Reply