What is the difference between echo and print statement?
Answer Posted / ashu_deepu
i want to add one more thing to what roshan have said.
echo does not return anything.
but print return either true or false.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the function file_get_contents() useful for?
How can we display information of a variable and readable by human with php?
How can I embed a java program in php file and what changes have to be done in php.ini file?
Does apache use php?
What was the old name of php?
What is the static variable in function useful for?
What is crypt () in php?
How check submit button is clicked in php?
Why shouldn't I use mysql_* functions in php?
How to get useful error messages in php?
What does the arrow mean in php?
How to execute a function in php?
Why session is required?
How to assigning a new character in a string using php?
What is regular expression in javascript?