- Joined
- Oct 14, 2011
- Messages
- 1,274
- Reaction score
- 122
Hi guys im here to ask for a help because I really get confuse with this problem. Im not an expert in running website so it's alright if you'll call me a noob/**** or whatever.
Im using xampp 1.7.3 and trying to run my website but when I go in my localhost/127.0.0.1 it shows this:
Here's the line 213 in votebox.inc.php
I looked on it but guess there's nothing wrong on that line. Now, as I said 'Im really confused now'. If you can tell me what's the problem of this I would really appreciate it. Or if there's another option to fix this, just tell me how to fix it.
Cheers,
inteL
Im using xampp 1.7.3 and trying to run my website but when I go in my localhost/127.0.0.1 it shows this:
Code:
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\***\inc\votebox.inc.php on line 213
Here's the line 213 in votebox.inc.php
Code:
$mssqlcon = mssql_connect($mssqlServer, $mssqlUser, $mssqlPass);
I looked on it but guess there's nothing wrong on that line. Now, as I said 'Im really confused now'. If you can tell me what's the problem of this I would really appreciate it. Or if there's another option to fix this, just tell me how to fix it.
Cheers,
inteL

