What is the Diff. Between echo() and Print() in PHP?
Answer Posted / nikunj
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 ? | 83 Yes | 10 No |
Post New Answer View All Answers
What is the use of pear in php?
How to get no. of rows using MYSQL function?
Which is better get or post method?
What is the difference between characters 23 and x23?
How to include a file to a PHP page?
What are examples of independent and dependent variables?
Tell me what does pear stands for?
What are the special characters you need to escape in double-quoted stings?
How to read a file in php?
What is 'float' property in css?
How do I sort numbers in php?
What is warning – “cannot modify header information – headers already sent”?
what is mean by portal
Tell me how is it possible to remove escape characters from a string?
what does this symbol mean in php?