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
What is php static function?
How to concatenate two strings together in php?
What is the importance of "action" attribute in a html form?
Which is better php or wordpress?
Are there regular expressions in php?
Tell us how can we access the data sent through the url with the post method?
What is alias in php?
Tell me what is the difference between characters 34 and x34?
Is empty array php?
Write a program to show the joining of two strings in php?
What is http php?
What is psr in php?
What is php good for?
What are the two most common ways to start and finish a php block of code?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?