Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Diff. Between echo() and Print() in PHP?

Answer Posted / ashish zarkar

echo is statement and print is function
echo evaluate the string before send the output just like this
$a=10
echo "Value is $a"
output:- Value is 10

print 'Value is $a'
output:- Value is $a

print does not evaluate the stirng but echo does and one
thing more echo is faster then print because echo does't
return any value just given the output

Is This Answer Correct ?    13 Yes 47 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a php object?

993


What is a substring in php?

1130


How do you display the output directly to the browser?

973


How to register a variable in PHP session?

1008


What is difference Between PHP 5 and 7?

1196


Why should I learn php?

1125


What is a composer in PHP?

1006


Tell me what is the default session time in php?

1033


What is difference between single quotes and double quotes in php?

956


Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

1204


Write a program to display reverse of any number?

975


What is the use of offset in mysql?

1003


What does PEAR stands for?

1107


What is trim codeigniter?

1028


What are the string functions in php?

1009