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
Is time a dependent variable?
How do I repair phpmyadmin?
What is the w3c?
How escape single quotes php?
What is htaccess in php?
Is java is better than php?
How to add comments in php?
What is inheritance in php? How many types of inheritance supports php?
Is php a dying language?
What is default session time and path in php?
What types of loops exist in php?
Is variable name casesensitive in php?
What is $this in php?
How to get elements in reverse order of an array in php?
How to declare an array in php?