Home » PHP » PHP Introduction » Question
  1. Which of the following must be installed on your computer so as to run PHP script?
    1. PHP
    2. Apache
    3. IIS
    4. Adobe Dreamweaver
    5. A, B and C
Correct Option: E

To run PHP code you need to have PHP and a web server, both IIS and Apache are web servers.You can choose either one according to your platform.



Your comments will be displayed only after manual approval.