What is the Diff. Between echo() and Print() in PHP?
Answer Posted / kroonal
echo() have multiple arguments whereas print() have one
arguments. echo() have not any return value whereas print()
return 0 or 1 as per success
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is php good for?
How is it possible to remove escape characters from a string?
What is the best way to avoid email sent through php getting into the spam folder?
What is difference between echo and print in php?
How to get the length of string?
What is trim function in php?
What is psr in php?
What is echo and print in php?
Tell me what is the use of isset() in php?
How do you identify independent and dependent variables in research?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is the integer?
What are the common uses of php?
What is php array function?
What are php errors?