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 / suja
echo is a language construct.print is a function.print_r
used to display the contents and structure of objects such
as array.
| Is This Answer Correct ? | 74 Yes | 16 No |
Post New Answer View All Answers
What the use of var_dump()?
How does api connect to database?
How to call php function from javascript using ajax?
What is binary safe string?
How easy is php?
Is empty check in php?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is php dependency injection?
What is the meaning of symbol '$' in jquery?
What is php and why it is used?
What is pdo in php why use?
What is faster?
What is session in php why it is use?
Does php has a future?
What does $_files means?