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
the problem is it not only in Register.php in all others php and other pages with PHP.
the problem is
Line 21Quote:
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 80Quote:
if($_POST['activ'] == '1') {
if someone know that prob, help :)Quote:
$con = mssql_connect($mssql['host'],$mssql['user'],$mssql['pass']);