I'm building a site that uses MySQL database internally, but also needs to access an external MSSQL database for one part of it. But the mssql functions (like mssql_conect) seem to be not enabled in PHP. I get the error "Call to undefined function mssql_connect()". Is this easy to turn on? Can it be done through a custom php.ini file on my site? Or does the whole server need to have these functions enabled?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks