IntraNet
Technotes
IIS Setup
Setup of IIS on local XP machine
add component: IIS
allow only local access
add a Website (pointing the local version you have stored
install the php package (
http://www.php.net/get_download.php?df=php-4.2.3-installer.exe
)
edit the php.ini (just point it to the include path and tell it to parse .html as well; not only .php)
You need to have the "register_globals" set to On in php.ini.
Set your host file to www.dental-computing.com = 127.0.0.1
Point your browser to http://www.dental-computing.com and you are in business!