Thanks Chris.
One of the advantages I saw in creating an include() file, such as a 'create new user' or 'user log-in' was that I could call that same code in other, unrelated applications and avoid having to rewrite the code.
Am I missing the mark here? Is there a way to write a function so that I can call it in other apps (without writing it in to a class)?