What is the Diff. Between echo() and Print() in PHP?
Answer Posted / slm_nam
print() takes multiple arguments and
echo is just take one argument.
print() is a function but echo is statement
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Tell me how do I escape data before storing it into the database?
What is laravel php?
What are the methods of array in java?
Tell me what is the meaning of a final class and a final method?
Does php support multithreading?
How to remove leading and trailing spaces from user input values?
What is the difference between single-quoted and double-quoted strings in php?
How many types of php frameworks are there?
Write a program to find no of days between two dates in php?
Tell me what should we do to be able to export data into an excel file?
What is variable declaration?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Is ruby on rails php?
Explain the difference between array_merge() and array_combine()?
How many data types are used by php?