Someone help me please im going out if my mind :confused:
the Arcadia registration page is not working for me..
i have my databases on my localhost using Microsoft SQL Server Studio with "sa" username and no Password [SQL Server name is "PURE"], and here is the conf.php file code
Code:
<?php
$sql_host="127.0.0.1/PURE";
$sql_user="sa";
$sql_password="";
$Auth_db="Auth";
$md5_key="2011";
$registration = "1";
$max_accounts = "50";
?>
I use the XAMPP program on my local host, and Editing php.ini file step is already done.
Removed the ";" at these two lines extension=php_mssql.dll & extension=php_pdo_mssql.dll
Apache 2.2 service is running and MySQL as well and now when i try to use the registration form i get this freaking error :
Code:
Fatal error: Call to undefined function mssql_connect() in /.../.../.../register/index.php on line 25
Please Help, i guess its pretty easy to solve but im not any good at website development.
Thank you.