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 / dheeraj
echo is not a function, but a statement which outputs one or
more strings, it cannot display the array contents where as
the print() and print_r() are functions. print() can even
display the array contents as an array . print_r() Prints
human-readable information about a
variable
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is difference between PHP4 , PHP5
What is the default session time in php?
How to count a number of words in a string in php?
What is the default time of cookie in php?
Explain what is smarty?
What is a php session?
What is basic php?
How to upload file in php?
Why we use get in php?
Explain about objects in PHP?
When to use inquire vs enquire?
Why does php need server?
Who is the father of php and what is the current version of php and mysql?
What is session in PHP. How to remove data from a session?
What is difference between web service and api?