RE: What is the difference between echo and print?
Main difference between echo() and print() is that echo is just an statement not a function and doesn't return's value or it just prints a value whereas print() is an function which prints a value and also it returns value.
RE: What is the difference between echo and print?
Echo and Print are used for the same functionality printing of data.But there is echo is not a function we cannot pass arguments where as print is a function we can pass arguments .Thank you Bye.
RE: What is the difference between echo and print?
hi .i am anas.i am also preparing for PHP.basically diff. of echo and print is echo have multiple arguments and in print function have only one argument.