What is the Diff. Between echo() and Print() in PHP?
Answer Posted / sreedevi
print is a construct but it returns True on success
outputr False if it was unable to print the output string
echo is faster comparing with print .
print doesnot takes multiple parameters
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
How are php sessions stored?
What is the use of namespace in php?
What is session management php?
Explain about require and include function?
Is php secure?
How to stop the execution of php script?
Is jquery better than javascript?
What are the two most common ways to start and finish a php block of code?
Is polymorphism inherited?
What is php? Why it is used?
What is default session time and path in PHP. How to change it?
Is php a strongly typed language?
How to assigning a new character in a string using php?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
How to get the IP address of the client/user in PHP?