help me how to setup up MSSQL Server

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
dreamerzmu
-


Joined: 03 Dec 2004
Posts: 1

PostPosted: Fri Dec 03, 2004 3:30 pm    Post subject: help me how to setup up MSSQL Server Reply with quote

i make server MUONLINE - to make site. and i hav problem
Fatal error: Call to undefined function: mssql_connect() in C:\Program Files\Abyss Web Server\htdocs\home.php on line 9
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1334

PostPosted: Sat Dec 04, 2004 2:08 pm    Post subject: Re: help me how to setup up MSSQL Server Reply with quote

dreamerzmu wrote:
i make server MUONLINE - to make site. and i hav problem
Fatal error: Call to undefined function: mssql_connect() in C:\Program Files\Abyss Web Server\htdocs\home.php on line 9

You should install the MSSQL module in PHP to solve this problem.

Download the Windows Zipped Binary package (the full package) of PHP from http://www.php.net . Extract the file php_mssql.dll from it and copy it in your PHP installation directory (where your php.exe or php-cgi.exe is.)
Open php.ini and change the value of extension_dir to

Code:
extension_dir = c:\php\


Of course change c:\php\ with the correct PHP directory on your computer.

You should also locate in php.ini the line:

Code:
;extension=php_mssql.dll


and uncomment it (remove the ; ):

Code:
extension=php_mssql.dll


Save php.ini and retry your script.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group