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 which outputs one or more strings but
it cannot display the array contents, and print_r() is a
function which Prints human-readable information about a
variable
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is a helper function?
Does strlen include null?
How to compare two strings with comparison operators in php?
What are the differences between session and cookie?
What is the difference between for and foreach?
What is php session start?
How to upload file in php?
How to access a specific character in a string using php?
How do you trim spaces in excel?
How failures in execution are handled with include() and require() functions?
Tell me what are the different types of errors in php?
Which is variable cost?
Is not null mysql?
What is the use of extract function in php?
Tell me what is the difference between characters 34 and x34?