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 the best php version for wordpress?
Is php a programming language?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Where is php code written?
Is it difficult to learn php?
What is reference variable php?
What are the difference between echo and print?
Is php still relevant 2019?
Tell us what is the difference between session_unregister() and session_unset()?
What do you mean by core php?
How to remove html tags from data in php?
What is associative array in php?
Write a query to find the 2nd highest salary of an employee from the employee table?
What is strlen function in php?