Tuesday, October 4, 2011

Difference between echo and print

The 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.

No comments:

Post a Comment