k this how you do it
1.download Appserv from
2.install Appserv id=sa pw=1234
3.Extract SREvolution.rar file to c:/AppServ/www
4.go to regpage and config and open Config and change
$dbadress = "YOU-PC\SQLEXPRESS"; //database adress (Remember to enable php_mssql.dll in your php.ini)
$dbuser = "sa"; //database username
$dbpassword = "1234"; //database password
$dbname = "silk"; //database to select
5.it you can not find php go to start and seach php are go to window c:/windows
open php and find this ;extension=php_mssql.dll and delete [ ; ]
6.c:/AppServ/apache
open up Apache and it will get you error you need to download php_mssql.dll and ntwdblib.dll
7.put in C:/AppServ/php/extensions
8.open up Apache you done
download dll file from
1.php_mssql.dll
2.ntwdblib.dll
thank me it this help you