| Posted by David Haynes on 02/18/06 16:12 
Shelly wrote:> "Michael Austin" <maustin@firstdbasource.com> wrote in message
 > news:PnkJf.29504$Jd.22540@newssvr25.news.prodigy.net...
 >
 >> It would help if we knew what platform/webserver you are using but a first
 >> guess would be to check your PHP.INI file to make sure that you are
 >> loading the MSSQL module.
 >
 > He loaded the mssql, but did something wrong.  It now says:
 >
 >
 > Fatal error: Call to undefined function mssql_pconnect() in
 > E:\mysite\sqlLoginNewDB.php on line 9
 > PHP Warning: PHP Startup: Unable to load dynamic library './php_mssql.dll' -
 > The specified module could not be found. in Unknown on line 0
 >
 >
 >
 Two things:
 1. in php.ini there is a tag named 'extension_dir'. This needs to point
 to the 'ext' directory of wherever you installed php.
 2. there is a diagnostic you can run that will tell you all about how
 the system is set up (and will help us diagnose things for you). Simply
 create a file with the following contents: <?php phpinfo() ?> and run it.
 
 -david-
 [Back to original message] |