Home / CSE MCQs / PHP MCQs :: Discussion

Discussion :: PHP MCQs

  1. A PHP script should start with ___ and end with ___:
  2. A.
    < php > 
    B.
    < ? php ?> 
    C.
    < ? ? > 
    D.
    < ?php ? > 

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Every section of PHP code starts and ends by turning on and off PHP tags to let the server know that it needs to execute the PHP in between them.


Be The First To Comment