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
Tell me how to find the position of the first occurrence of a substring in a string?
How we can retrieve the data in the result set of mysql using php?
How can we calculate the similarity between two strings?
What is the special meaning of __sleep and __wakeup?
How do I display php errors?
How to call a php function from another php file?
What is difference between static and final in php?
What is difference between base_url and site_url?
What are the 3 types of sessions?
What are the 3 scope levels available in php and how would you define them?
Is a number php?
What is a query give example?
what is constructor
Who created numbers?
Is not null mysql?