Multiple choice

In PHP, each statement terminates with semicolon.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In PHP, every statement must end with a semicolon (;). This is a fundamental syntax rule that separates statements, similar to other C-style languages like JavaScript and Java.