Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\reg.php on line 3
it just comes up with that and this is the only code i have
<?php
session_start();
mssql_connect("Philip-Pc\DRAGONICA", "sa", "123456");
?>
any ideas?