1
I'm sure there will be a PHP guru who will be able to answer this easily......
I've noticed that some modules begin with the lines
require(...blah/..blah etc)
whereas others use
include(...blah/..blah etc)
as far as I can see, it seems to do the same thing - usually includes the mainfile.php, header etc. So, why the 2 different options?