1.What are the difference between echo , print , print_r ?
else this 3 can we show output to a client in some other
way?
Answer Posted / madhavan
echo is a pure string statement, print is a formatted
function like C language by these two we cannot print whole
objects. We can print the whole object like array using print_r.
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
Explain setcookie() function in php?
What type of operation is needed when passing values through a form or an url?
Why do you need php?
why did u want to leave your past organisation?
What is list in PHP?
How does php serialize work?
How many days will it take to learn php?
How to execute an sql query? How to fetch its result?
Is age an interval or ratio?
Can I use node js with php?
How could I install codeignitor ?
What is final in php?
Which function would you use to read a line of data from a file in php?
Tell me how comfortable are you with writing html entirely by hand?
What is difference between mysql_fetch_array and mysql_fetch_assoc?