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 programming used for?
Explain mail function in PHP with syntax?
Starting or restarting a computer is called
Where can I learn php?
how to detect a mobile device using php
Is facebook still written in php?
What is the difference between "echo" and "print" in php?
Tell me is it possible to remove the html tags from data?
How will you calculate days between two dates in PHP?
how retrive the video file in php using video tag
Where is the functions php in wordpress?
What the use of var_dump()?
Why do we use csrf token?
What is difference between session and cookies in php?
What is Mcrypt used for?