1.

The output from PHP is __________(a) statically generated(b) dynamically generated(c) not generated(d) no outputThe question was asked in an interview for internship.My question is from PHP Overview topic in chapter MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Correct OPTION is (b) dynamically generated

To explain I would say: 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.



Discussion

No Comment Found

Related InterviewSolutions