Close sidebar

Technical question, answer please?

Ques. What is the use of "echo" in php?

  • Aparna
  • 1214 दृश्य
  • 4 उत्तर
4 उत्तर
  • echo in php is used to print the statements to the output screen.echo has no return valuebr /eg:br /echo "Hello";


  • PHP echo and strongprint Statements/strong. echo and strongprint/strong are more or less the same. They are both used to output data to the screen. The differences are small: echo has no return value while strongprint/strong has a return value of 1 so it can be used in expressions.


  • right


  • It is used to print a data in the webpage, Example: <?php echo 'Car insurance'; ?> , The following code print the text in the webpage


मॉक परीक्षण अभ्यास के लिए
yahoo