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 / meenakshi
echo is a statement
while print is a function
we can't print whole array by using echo or print. For this
we have to use the print_r function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you propagate a session id?
What does sign mean php?
Is it possible to submit a form with a dedicated button?
What is difference between rest api and restful api?
Give the case where we can use get and we can use post methods?
Does php need html?
What are the steps for the payment gateway processing?
Who is known as the father of php?
What are html entities?
Explain mysql_errno()?
How is it possible to remove escape characters from a string?
What is memcache?
How do you pass a variable by value?
A process is identified by a unique___
Explain the difference b/w static and dynamic websites?