[Help] Problems with site in php

09/11/2011 20:15 venon321#1
Personal I have a problem
ss follows

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

already tested with several php
Several php version 5.3
already tested it, wamp, appserver, and nothing worked XAMP
I already used the search engine here in the forum and google and could not get any answer that resolves my problem
Please somebody help me.
09/11/2011 20:59 Xx.LaMin.xX#2
Go to Xampp/php/php.ini

Find:
Quote:
;extension=php_mssql.dll
Change to:
Quote:
extension=php_mssql.dll
and Find:
Quote:
;extension=php_pdo_mssql.dll
Change to:
Quote:
extension=php_pdo_mssql.dll
Hope this helps.
09/11/2011 22:21 venon321#3
ty my friend
09/12/2011 15:07 zargon05#4
PHP 5.3 dosn't come with php_mssql.
09/12/2011 19:48 Xx.LaMin.xX#5
Nope i use 1.7.x or you can just take those files in to 5.x+
09/13/2011 15:03 zargon05#6
The php_mssql.dll is a deprecated lib. PHP by default ignores that extention even if it is present in your ext folder and you activate it in php.ini. Probably you have a different PHP build.