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
Where sessions stored in PHP?
Explain NULL?
What is a composer?
What is the php function that removes the first element of the array and returns it?
Where is the submitted form data stored?
Tell me what is the use of the function htmlentities?
What do the initials of php stand for?
What is the use of return in php?
What is abstract class in php?
Tell me can you extend a final defined class?
How do we get the current session id?
What type of headers have to be added in the mail function to attach a file?
Which php framework is best for security?
What is the advantage of runtime polymorphism?
Explain difference between urlencode and urldecode?