What is the correct syntax of echo statement in PHP?

26. What is the correct syntax of echo statement in PHP?

  1. echo
  2. echo()
  3. echo = ()
  4. Both A. and B.

Answer: D) Both A. and B.

Explanation:

The echo statement can be used with or without parentheses.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.