xampp problem

06/01/2012 20:04 kraken.zhangar#1
hi guys, I know if one of you knows how to fix this. I have my website working on a host and I can not get the registration page to work :)
Code:
You must have the php_mssql library for Apache installed and enabled to connect to an MSSQL database. Uncomment the line that says extension=php_mssql.dll in your php.ini (XAMPP/WAMP only). This requires a restart of the Apache service to take effect.
ty in advance
06/01/2012 21:33 R0CK7Y#2
i had the same problem before
you have MySQL installed in your computer right ? i mean out of XAMPP
if its try to remove it fully because it cant be work two of them in the same time =)
<- i formatted my whole computer and didn't remove MySQL from mine
06/01/2012 22:24 JohnHeatz#3
Easy fix, just go on your php.ini and delete the ";" at the beginning of the line:

extension=php_mssql.dll
06/01/2012 22:39 kraken.zhangar#4
there is without ;
but get the same thing, how could i fix this?
[Only registered and activated users can see links. Click Here To Register...]
06/01/2012 23:57 .Shaco.#5
You need to do 2 things not only one.
extension=php_pdo_mssql.dll
and
extension=php_mssql.dll

like John said remove ";" at the start.
After that restart your XAMPP.