Home / CSE MCQs / PHP MCQs :: Discussion

Discussion :: PHP MCQs

  1. Which of the following must be installed on your computer so as to run PHP script?
    i) Adobe Dreamweaver
    ii) PHP
    iii) Apache
    iv) IIS
  2. A.
    All of the mentioned
    B.
    Only (ii)
    C.
    (ii) and (iii)
    D.
    (ii), (iii) and (iv)

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    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.


Be The First To Comment