error help please

08/27/2009 13:35 kwazy123#1
anyone know why this error always shows up ?

Fatal error: Call to undefined function mssql_connect()
08/27/2009 15:15 Bakloma#2
the function

mssql_connect()

is not defined
that means: you have to define this. this means: you have to type in your IP adress, pw and username
08/27/2009 15:17 ~Vegeta~#3
Fatal error means that u have done a FATAL MISTAKE xD, go backwards and try to find out what did u miss...
08/27/2009 15:32 caper#4
Quote:
Originally Posted by kwazy123 View Post
anyone know why this error always shows up ?

Fatal error: Call to undefined function mssql_connect()
Where are you getting this error? In dbmon? From a php script? The more info you give, the better chance you have of not getting the over obvious answers you see above.
08/27/2009 15:57 kwazy123#5
from a php script
08/27/2009 16:26 caper#6
Check your php config and make sure it is loading the mssql support module.