Re: IIS6 MsSQL / php issue
you have to install php for IIS. its a pain to do. and if I remember correctly, IIS 6 is just a beta version. it will only allow up to 10 concurrent connections. (only 10 people can be on at once)
So I suggest getting AppServ which has everything you need.
Re: IIS6 MSSQL / php issue
I have php installed, i am able to run a phpbb forum on it. it's just my page with the script is giving me issues, i had everything working fine before i formatted my harddrive for somethign stupid... >_> lol
Re: IIS6 MSSQL / php issue
If it's the PHP that is the problem, you need to edit the php.ini file
It sounds like you are using Plesk, so to enable MSSQL in PHP5, go to:
C:/Paralells/Plesk/Additional/PleskPHP5/php.ini
Then search for:
;extension=php_mssql.dll
and replace it with
extension=php_mssql.dll
If you are using any other version of PHP, go to
C:/Paralells/Plesk/Additional/PHP/php.ini
And make sure to add the ntwdblib.dll file to your PHP folder also (if your site requires it)
Hope it helps.
Re: IIS6 MSSQL / php issue
I don't know what Plesk is... why would my site require ntwdbilb.dll? i don't know what it is :)
i will enable the mssql extension tho.
---------- Post added at 05:11 PM ---------- Previous post was at 05:06 PM ----------
i enabled the extension: extension=php_mssql.dll
but it still dosn't work =/
O and the ntwdblib.dll IS in my php folder.
Re: IIS6 MSSQL / php issue
Replace the dll file with this one:
http://forum.ragezone.com/attachment...e-ntwdblib.rar
Since you are using IIS, what are you using to manage your site. In a different way of saying it, how are you editing your site settings/changing your site files?
Re: IIS6 MSSQL / php issue
It still dosn't work, i am using a script created by WizKid.
it worked fine for me at 1 point in time, but currently it is not..
Re: IIS6 MSSQL / php issue
How are you accessing the site files? What folder are they in on your hosting?
Re: IIS6 MSSQL / php issue
I host it on my computer
---------- Post added at 08:45 PM ---------- Previous post was at 08:45 PM ----------
C:/folder
Re: IIS6 MSSQL / php issue
hmm... that's weird, now i'm SURE that someone probably knows why the script works when i have the webfolder source on a different drive...
lol i guess i will have to have it in a different folder huh? :)
i dont think i need your help anymore rahulbisme. but i thank you ALOT for assisting me :) i really apreciate it :)
if i need you again i will be sure to let you know :D