Beginner PHP
Q4 / 100

Which function outputs text in PHP?

Correct! Well done.

Incorrect.

The correct answer is D) echo

D

Correct Answer

echo

Explanation

echo and print both output text. echo can output multiple comma-separated strings; print returns 1 (a value).

Progress
4/100