PooriPadhai Logo Home Courses Online Tool Online Test Study Material Contest Blog

PHP Echo Online Test



Instructions:
  • Total number of questions : 10.
  • Time alloted : 10 minutes.
  • Each question carry 1 mark.
  • No Negative marks
  • DO NOT refresh the page.
  • All the best :-)




What You Will Learn in

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.