I have a function(this is exactly how it appears, from the top of my file):
This errors says your function is already defined ; which can mean :
To help with the third point, a solution would be to use include_once instead of include when including your functions.php file -- so it cannot be included more than once.