What is the difference between echo and print statement?
Answer Posted / prabhakaran
echo accept multiply arrgument, echo give u same output,
echo doesnt return anything and it is like a tag
print always return a integer value 1.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to get ip address of clients machine?
What are html entities?
What type of comments are supported by PHP.
Tell me how comparison of objects is done in php5?
What is trim function in php?
What is php dependency injection?
What are the data types in php?
Tell me what is the difference between characters 34 and x34?
Explain some of the php array functions?
What is php session start?
Does https prevent csrf?
How are cookies created?
How do you check if a variable has been set in php?
How to pass variables by references?
What is meant by ‘passing the variable by value and reference' in php?