|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-18 22:38 UTC] fmk@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 11:00:01 2025 UTC |
When I try to run this script: <?php mssql_connect('mssql.localserver', 'myuser', 'mypass') or die('Nope'); ?> I always get a warning saying that it was unable to connect to server, and the Nope message. I also tested with my mssql IP instead of the dns. My web server: Apache 2.0 PHP Filter 4.2.3. WinXP Pro. My MSSQL 2000 over Windows 2000 Advanced Server. In the webserver I run the Query Analizer against my mssql and it works. The myuser user is a mssql's one. Any ideas? Lidiexy.