Windows php apache does not support mssql by default. Next we will show you how to install apache php mysql tutorial web server and allow your php to use the mssql database tutorial.
Download apache and php
1. Install apache in the c: apache Directory
2. Install php in the c: php directory.
3. Archive and extract the ioncube loader to c: apacheioncube.
4. Open the php directory and change the php-recomended.ini to php. ini.
5. Copy php_mssql.dll from c: phpextensions to c: windowssystem32.
6. c: replace c: phpdllsntwdblib. dll with windowssystem32ntwdblib. dll.
7. Open the php. Ini file and remove the ";" Before extension = php_mssql.dll.
8. Open c: apacheconfhttpd. conf and add it at the end.
Loadmodule php4_module "c:/php/php4apache. dll"
Addtype application/x-httpd-php. php
<Ifmodule mod_dir.c>
Directoryindex index.html index. php
</Ifmodule>