1.

How is the output from PHP generated?(a) statically generated(b) dynamically generated(c) not generated(d) no outputThis question was addressed to me in an international level competition.The above asked question is from Performing Database Maintenance with the Server Running topic in division Database Maintenance, Backups and Replication of MySQL

Answer»

The CORRECT choice is (b) dynamically generated

Explanation: The INTERPRETER switches between code mode back and text mode when it sees another special TAG that SIGNALS the end of the code. This ENABLES the mix of static text with dynamically generated results.



Discussion

No Comment Found

Related InterviewSolutions