What is the Diff. Between echo() and Print() in PHP?
Answer Posted / guest
Print() can't be accept multipale argument but echo() can
be.
| Is This Answer Correct ? | 97 Yes | 17 No |
Post New Answer View All Answers
What is meant by pear in php? What is the purpose of it?
What is rest api in php?
Which is the best php framework for a beginner?
What does addslashes do in php?
Do you know how to get the ip address of the client?
Is php outdated 2019?
What is the difference between $message and $$message in php?
What is csrf verification?
What is the difference between die () and exit () in php?
Will a comparison of an integer 12 and a string "13" work in php?
What is instantiation?
What is cookie and session in php?
What is die in php?
In php, objects are they passed by value or by reference?
What is use of isset function in php?