In PHP, statements are effectively terminated with (Choose two):
A.
a semicolon
B.
the closing tag
C.
the comment tag
D.
a colon
E.
a foot stop
Explanation:
Instructions are separated the same as in C or Perl – terminate each statement with a semicolon.