What is the Diff. Between echo() and Print() in PHP?
Answer Posted / satish
echo is language construct. print is function. echo is
faster. langauge constructs are faster than functions,
always. echo may tek mutiple arguments as well. echo
doesn't give return value.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the rules in creating php variable?
How can we check the value of a given variable is alphanumeric?
What is compact function php?
Why do we use javascript in php?
How to compare two strings with comparison operators in php?
Tell me how can I display text with a php script?
Tell me how can we automatically escape incoming data?
How do I stop a php script?
How we get browser details of clients machine?
What is php routing?
Why framework is used in php?
What is use of in_array() function in php?
my english is not too good then what we apply for a php programer post
What is difference between array_merge and array_combine in php?
Which is better #define or enum?