[PROBLEM]SQL or whatever is that ..

03/13/2013 21:44 Forget!#1
I need help please, I already tried to search how to fix.

the problem is it not only in Register.php in all others php and other pages with PHP.

the problem is

Quote:
Notice: Undefined index: activ in C:\xampp\htdocs\register.php on line 21

Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\register.php on line 80
Line 21
Quote:
if($_POST['activ'] == '1') {
Line 80
Quote:
$con = mssql_connect($mssql['host'],$mssql['user'],$mssql['pass']);
if someone know that prob, help :)
03/13/2013 21:57 alexmak96#2
Did u set the ip,user,pw?
03/13/2013 22:20 Forget!#3
Yes, Im not total noob

I just have not seen these errors before

Bouncing, I forgot to say, I using Windows7.
03/14/2013 03:31 ihatehacks#4
do you have php installed?
03/14/2013 10:26 Forget!#5
Quote:
Originally Posted by ihatehacks View Post
do you have php installed?
I dont think so :confused:
I have a picture, it might help a bit
Quote:
[Only registered and activated users can see links. Click Here To Register...]
03/14/2013 12:10 Urbons#6
First, you need to use xampp 1.7.3 (google that, first result),
then go to xampp/php/ and open php.ini with notepad
search for : extension=php_mssql.dll, enable it by removing the ; (;extension=php_mssql.dll)
03/14/2013 12:34 Forget!#7
Quote:
Originally Posted by Urbons View Post
First, you need to use xampp 1.7.3 (google that, first result),
then go to xampp/php/ and open php.ini with notepad
search for : extension=php_mssql.dll, enable it by removing the ; (;extension=php_mssql.dll)
Works Bro, Thanks :D