Home » MYSQL » MySQL Database Operations » Question
  1. How is the output from PHP generated?
    1. no output
    2. not generated
    3. dynamically generated
    4. statically generated
    5. None of these
Correct Option: C

The interpreter switches between code mode back and text mode when it sees another special tag which signals the end of the code. This enables the mix of static text with dynamically generated results.



Your comments will be displayed only after manual approval.