Print in PHP

Advertisements

Echo in PHP Operators in PHP

Print in PHP

In php there are two way to get your output on screen they are; echo and print.

Difference between echo and print

echo has no return value while print has a return value of 1 so it can be used in expressions.

Print String using echo

Syntax

<?php
print "<h2>My First php! </br></h2>";
print "Hello world!<br>";
?>

Output

My First php

Hello world!

Print Variable value using echo

Syntax

<?php
$str1="PHP Tutorial!";
$str2="sitesbay.com";
$a=10;
$b=20;
print "<h2$gt;$str1</h2>";
print "Learn PHP at $str2<br>";
print $x + $y;
?>

Output

PHP Tutorial

Learn PHP at sitesbay.com 20

Echo in PHP Operators in PHP

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements