Ask a Question related to PHP Notes, Design and Development.
-
jeremyirons@genevus.com #1
note 33988 added to function.mssql-connect
Using MSSQL 2000 and Windows Server 2003 Enterprise running on a separate machine from the web server, I was unable to get PHP to connect to MSSQL with default Windows Server 2003 settings. I got it working the following way:
From the Windows Server 2003 machine:
Control Panel -> Local Security Settings -> Security Settings -> Local Policies -> Security Options
Set "Network access: Let Everyone permissions apply to anonymous users" to Enabled
There is probably a better way, but this works
----
Manual Page -- [url]http://www.php.net/manual/en/function.mssql-connect.php[/url]
Edit Note -- [url]http://master.php.net/manage/user-notes.php?action=edit+33988[/url]
Delete Note -- [url]http://master.php.net/manage/user-notes.php?action=delete+33988&report=yes[/url]
Reject Note -- [url]http://master.php.net/manage/user-notes.php?action=reject+33988&report=yes[/url]
jeremyirons@genevus.com Guest
-
note 33795 added to function.mssql-connect
Fatal error: Call to undefined function: mssql_connect() in /var/www/html/global/sp/classes/database.php on line 15 how i can fix this please!! ... -
note 33720 added to function.mssql-num-rows
or just use mssql_rows_affected ? ---- Manual Page -- http://www.php.net/manual/en/function.mssql-num-rows.php Edit Note --... -
note 33624 added to function.mssql-connect
Just a little comment that I would like to add: If you intend to access MS SQL server remotely, you need to install SQL Server Client Tools on the... -
note 33598 added to function.mssql-query
Wut iz every 1 talking about???? Im confussed! ---- Manual Page -- http://www.php.net/manual/en/function.mssql-query.php Edit Note --... -
note 33599 added to function.mssql-query
Wut iz every 1 talking about???? Im confussed! ---- Manual Page -- http://www.php.net/manual/en/function.mssql-query.php Edit Note --...



Reply With Quote

