CSE MCQs :: PHP MCQs
-
What does PHP stand for?i) Personal Home Pageii) Hypertext Preprocessoriii) Pretext Hypertext Processoriv) Preprocessor Home Page
- A PHP script should start with ___ and end with ___:
-
Which of the looping statements is/are supported by PHP?i) for loopii) while loopiii) do-while loopiv) foreach loop
-
Which of the following is/are a PHP code editor? ditor?i) Notepadii) Notepad++iii) Adobe Dreamweaveriv) PDT
-
Which of the following must be installed on your computer so as to run PHP script?i) Adobe Dreamweaverii) PHPiii) Apacheiv) IIS
-
We can use ___ to comment a single line?i) /?ii) //iii) #iv) /* */