Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Explanation: T_ECHO stands for the "echo" keyword.

"Unexpected T_ECHO" means that word was somewhere it shouldn't be. (Absent the if, PHP would consider the stuff in parens and the echo as two separ ate statements, and would expect a semicolon or something between the two.)

You might also like