[PHP2.13] Can I connect to a MSSQL database from my linux shared hosting account?

Yes, you can connect to MSSQL databases through PHP5 via the ms_sql extension and the ms_sqli extension.

Was this answer helpful?

 Print this Article

Also Read

[PHP2.01] How do I set permissions on files and scripts?

Doing a CHMOD (changing a file's permissions) is the setting of access privileges for a file....

[PHP2.10] Can you set "register_globals" to ON in PHP for me?

Such a global change to the php.ini config is a well known security risk and affects all other...

[PHP2.03] Is PHP a CGI or Apache module?

PHP runs as a cgi at Hosting cPanel – this is because it is more secure than running it as an...

[PHP2.14] How do I use short open tags in my php scripts?

Short open tags are turned off in php5 scripts by default.To get your php5 scripts to work you...

[PHP2.12] Can PHP5/PHP4 code be put in files with the .html/htm file extension?

It is possible to run php code in .html files by adding the following to a .htaccess...