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?

Recommended Answers

All 2 Replies

thanks took out the ; and it works fine now

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.