PHP integration adds some useful features to HTML documents.
In particular it is useful for pulling database information or other data into a web page.
Unzip the files to c:\php and add that folder to the system variables path
Turn Windows features on or off:
Internet Information Services/World Wide Web Services/Application Development Deatures/CGI
Watch this:
https://www.youtube.com/watch?v=U1a9TyrRnsQ
Read the pdf as well that is in this folder
I had to change:
open_basedir = “C:\inetpub\wwwroot”
to the path of my website files (Which is my Dropbox Public folder)
after finishing open cmd as admin and run iisreset.
With an amazing amount of luck it might just work!
I've added a copy of my php.ini file in this folder - copy that into to c:\php