Multiple choice php

PHP can be run on Microsoft Windows IIS(Internet Information Server):

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

PHP runs as a CGI or FastCGI process on Windows IIS, just as it does on Apache on Linux. The PHP binaries are platform-independent and can execute on Windows Server with IIS through proper configuration.