In regards to the echo, I'd brush up on the differences between echo(), print() and printf(). They're all useful in different situations for printing data to the screen, although I typically use print() or printf(). For example, if you ever loop through data pulled from a database printf() is the way to go.