What is the difference between echo and print statement?
Answer Posted / sunil kumar
echo can take multiple parameters but print cannot take
multiple parameters.The range of print is higher than
echo.Generally we use echo to print string data
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What types of loops exist in php?
Differentiate between php5 and php7?
How is it possible to know the number of rows returned in the result set?
What software is required to run php?
Tell me how to create a text file in php?
Tell us how can we access the data sent through the url with the post method?
How do I check if a given variable is empty?
Does php need to be installed?
Is multiple inheritance supported in php?
How to join multiple strings stored in an array into a single string?
Explain me what are the 3 scope levels available in php and how would you define them?
How is csrf token generated?
What is the best way to avoid email sent through php getting into the spam folder?
How to convert one date format into another in php?
What is a php session?