Echo allows you to send a value to the browser, for display to the user.
Return allows you to end a function, as well as pass off a value to another function or variable.
Check out this link, which goes into more detail:
http://blog.bluefur.com/2009/01/20/php-echo-return/