NYCPHP Meetup

NYPHP.org

[nycphp-talk] mssql_connect() problem

Chris Snyder chsnyder at gmail.com
Tue Feb 21 10:41:34 EST 2012


On Mon, Feb 20, 2012 at 11:14 PM, tuon1 at netzero.net <tuon1 at netzero.net> wrote:

> Can anyone tell me what's wrong with it?

> Fatal error: Call to undefined function mssql_connect() in
> E:\kunden\homepages\5\d397017418\www\Example\Registration\CreateTable.php on
> line 8

Call to undefined function implies that your version of PHP was
compiled without support for MSSQL.

Take a look at this page for the probable reason:
http://us3.php.net/manual/en/intro.mssql.php, and/or see the
Installing/Configuring page in the same section.

Chris Snyder
http://chxor.chxo.com/



More information about the talk mailing list