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

Answer Posted / binoyav

In answer #10 the following section is wrong
"
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 "

If we give double quotes instead of single quote this will work.

Is This Answer Correct ?    17 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How break and continue while loop in php?

484


Is uploaded file php?

538


What is the $_ server php_self variable?

484


what is mean by portal

1454


What are the 5 types of data?

555






Explain which cryptographic extension provide generation and verification of digital signatures?

523


What is a simple php method to make a cross domain data request?

516


What is the use of namespace in php?

553


What is php full form?

549


What is difference between explode() or split() in PHP?

492


What is "echo" in php?

529


Explain me how to include a file to a php page?

543


Does PHP 5 support exceptions? State Whether True or False?

626


What is the difference between Split and Explode in PHP?

569


What are the options to transfer session ids?

581