Embedding PHP Code in Web Pages Flashcards
This deck simultaneously serves as both a tutorial for novice programmers and a reference for experienced programmers who are new to the PHP language.
1
Q
The default delimiter syntax opens and begins with…
A
2
Q
What are the PHP short tags?
A
3
Q
What configuration option must be enabled to use short tags?
A
PHP’s short_open_tag directive
4
Q
What is the output variation known as short-circuit syntax?
A