Php Online Test

Start Your Test

keyboard_arrow_down

Instructions:

  • Total number of questions: 10.
  • Time allotted: 10 minutes.
  • Each question carries 1 mark.
  • No negative marks.
  • DO NOT refresh the page.
  • All the best :-)

What You Will Learn:

This PHP Echo Online Test helps you to Boost your Knowledge in PHP. In this test, we will cover the topics in the form of questions like
  • echo print the string which is inside the double quotes (").
  • as soon as
    tag comes in between the string, the string break and the remaining string start from the new line.
  • strong tag increase the weight of the text.
  • the comma operator (,) is used to join the string in the echo statement.
  • dot operator is used to joining two or more string.
  • Any variable written inside the double quotes (") with echo statement print the value of the variables.