this is the error.
and this is the php code by sir yagamy.
I already checked also my username and password by logging in to my database.
I hope someone can help my problem. thanks in advance.
this is the error.
and this is the php code by sir yagamy.
I already checked also my username and password by logging in to my database.
I hope someone can help my problem. thanks in advance.
this web have 3 conec.php, in the screenshot the error say:
C:\xampp\htdocs\registro\ajax\conec.php
The 3 conec files are in:
- C:\xampp\htdocs\conec.php
- C:\xampp\htdocs\registro\conec.php
- C:\xampp\htdocs\registro\ajax\conec.php
You need edit this 3 files and allow mssql in:
C:\xampp\php\php.ini
find
and replace by;extension=php_mssql.dll
extension=php_mssql.dll
test with this patch
Paste php folder (of the patch) into xampp folder.
i am following this... this patched resolved Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server but now i have a blank browser lol. still configuring out this one. its been years since i stop in this project but now trying to continue again and starting from scratch ;)
edited:
still Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server persist lol...
SOLVED!
C:\xampp\php\php.ini
find
replace by;extension=php_pdo_mssql.dll
extension=php_pdo_mssql.dll
Last edited by sonrio; 08-10-15 at 09:30 PM.