CIW Exam Questions

What directive of PHP4 allows the use of ASP style tags in your PHP codes?

What directive of PHP4 allows the use of ASP style tags in your PHP codes?

A.
asp_tag_style

B.
asp_tags

C.
asp_tag

D.
asptags

E.
asptag

F.
None of the above.

Explanation:

This directive enables the use of ASP-like <% %> tags in addition to the usual <? php ?> tags.
This includes the variable-value printing shorthand of <%= $value %>.