Echo And Print Statements In PHP

What is echo in PHP This statement is used to output the data to the screen or printing text on screen. The echo statement can output one or more strings….

Read more »

Echo Statement, Print Statement, and Here document in PHP.

Echo Statement This statement is used to output the data to the screen or printing text on the screen. For Example:- echo “Sushant Kumar”;echo ‘Sushant Kumar’;echo 59.236;echo (“Sushant Kumar”);echo “Sushant”…

Read more »