Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199903

RE: [PHP3] ms sql From: Al Brown (abrown <email protected>)
Date: 03/08/99

Shawn,

This means that ms sql functions are not compiled or loaded into php. PHP
is made up of modules that are included or excluded at compile time.

Recompile it in, and it should be fine.

-Al

-----Original Message-----
From: Shawn Van Der Poel [mailto:shawnv <email protected>]
Sent: Monday, March 08, 1999 9:43 AM
To: php3
Subject: [PHP3] ms sql

i get an unsupported error when trying to connect to a mssql server
using
<?PHP
  $db = "databasename";
  $user = "username";
  $pass = "passwd";
  $server = "100.100.100.100";
  $connection = mssql_connect($server, $user, $pass);
?>
the error is
Fatal error: Call to unsupported or undefined function mssql_connect()
in sitedata.php3 on line 6
??? any

--
Thank You,
Shawn Van Der Poel                              Webmaster
shawnv <email protected>                    ClearLogic, Inc.
Pager                               svpager <email protected>
http://www.clearlogic.com              Voice 609 547 7844
-------------
you work harder because everything is on the line
your name, your honor, your family, your life...
-snowcrash
--------------
PGP KEY ID---0xEE09A6C2

-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>

-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>