What is the Diff. Between echo() and Print() in PHP?
Answer Posted / rockesh ronith
print() is a function but echo is a output statement for
print something......Where echo accept a multiple parameter
and print does not support multiple parameter..............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use sessions in php?
What is difference between Method overriding and overloading in PHP?
What is the delimiter default in PHP?
What is member function?
How do I display php errors?
What are php loops?
Explain me what is x+ mode in fopen() used for?
Which programming language does php resemble to?
How do I run a php program in dreamweaver?
Why use php artisan serve?
How to track user logged out or not? When user is idle?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
How the web server interprets php and interacts with the client?
Explain the types of string comparision function in PHP
What is htmlspecialchars?