i need help please - TechRepublic
Question
April 13, 2009 at 02:40 AM
m.akkad

i need help please

by m.akkad . Updated 17 years, 3 months ago

I’m writing the following piece of code to get some information from an SQL Server database….
” . $numRows . ” Row” . ($numRows == 1 ? “” : “s”) . ” Returned

“;

//close the connection
mssql_close($dbhandle);
?>

but when i try to preform this page i get the following error…

Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\conn.php on line 8

can anyone suggest a solution for this error….

This discussion is locked

All Comments