What is the difference between echo and print statement?
Answer Posted / rashmi bajpai
echo and print both are language construct. print always
return boolean value. we can acts it as a function but we
can't use echo as a function.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is split function in php?
Please explain is it possible to use com component in php?
What are encryption functions in php?
How can we display information of a variable and readable by human with php?
Why would we use === instead of ==?
What is mysql in php?
How to delete cookie files on your computer?
Which cryptographic functions in php returns the longest hash value?
How to write in a file in php?
What does $_server mean?
Is apache needed for php?
How long is a php session valid?
Is it possible to protect special characters in a query string?
What is the difference between explode and split?