Question:Choose the selection that best matches the following statements:
PHP is a _____ scripting language based on the ____ engine. It is primarily used to develop dynamic _____ content, although it can be used to generate ____ documents (among others) as well.
A Dynamic, PHP, Database, HTML
B Embedded, Zend, HTML, XML
C Perl-based, PHP, Web, Static
D Embedded, Zend, Docbook, MySQL
E Zend-based, PHP, Image, HTML
+ ExplanationLooking at the answers, the only one that makes sense for every blank is B. PHP is a scripting language based on the Zend Engine that is usually embedded in HTML code. As such, it is primarily used to develop HTML documents, although it can be used just as nicely to develop other types of documents, such as XML.