<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello System Admin &#124; Where system admins share technical article and tips &#124; Create free Blog &#124; Updates on domains, web hosting, servers and more &#187; php_mssql</title>
	<atom:link href="http://hellosystemadmin.com/blog/tag/php_mssql/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellosystemadmin.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Apr 2011 02:50:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install php_mssql on PHP</title>
		<link>http://hellosystemadmin.com/blog/install-php_mssql-on-php/</link>
		<comments>http://hellosystemadmin.com/blog/install-php_mssql-on-php/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:04:07 +0000</pubDate>
		<dc:creator>Aneesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[install php_mssql]]></category>
		<category><![CDATA[mssql module]]></category>
		<category><![CDATA[ph pmssql]]></category>
		<category><![CDATA[php_mssql]]></category>

		<guid isPermaLink="false">http://hellosystemadmin.com/?p=372</guid>
		<description><![CDATA[In fact installing the mssql modules in php is easy, we may get  errors sometimes. In phpinfo() it may be shown that the  php mssql module is installed. But when we tried to connect to an SQL server through php script we will get error &#8221; sorry something went wrong&#8221;
IF we need to install php [...]]]></description>
			<content:encoded><![CDATA[<p>In fact installing the mssql modules in php is easy, we may get  errors sometimes. In phpinfo() it may be shown that the  php mssql module is installed. But when we tried to connect to an SQL server through php script we will get error &#8221; sorry something went wrong&#8221;</p>
<p>IF we need to install php mssql module it requires two DLLs <strong>php_mssql.dll</strong> and <strong>ntwdblib.dll. </strong>If these DLLs are not present in your php installation  folder you need to download it.  Copy these DLLs to   php extension folder also copy <strong>ntwdblib.dll </strong>to system32 folder . Once you have done these, simply enable the module in php.ini file by uncommenting the line <em>;extension=php_mssql.dll</em>.  The line should be looked like</p>
<p><strong>extension=php_mssql.dll</strong></p>
<p>If there is no such line in php.ini, just add the above line just below the &#8221; Dynamic Extensions &#8221;</p>
<p>Once you did it, just restart apache server and it will be fine.</p>
<p><strong><span style="color: #ff0000">Common Error:  the module  mssql is shown in phpinfo, but mssql connections are not working</span></strong></p>
<p><strong><span style="color: #008000">Solution :  This is due to the version of ntwdblib.dll. You can download the latest version of this dll </span></strong></p>
<p>(http://www.dlldll.com/ntwdblib.dll_download.html)</p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Finstall-php_mssql-on-php%2F', 'Install+php_mssql+on+PHP')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Finstall-php_mssql-on-php%2F', title: '+Install+php_mssql+on+PHP+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://hellosystemadmin.com/blog/install-php_mssql-on-php/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

