Friday, March 13, 2009

Difference b/w echo and print?

There are following difference:

1. echo is a statement and print is a function.
2. echo can take multiple argument whereas print do not.
3. echo is faster then print function.

1 comment: