If $_POST['content'] is empty, the conditional is satisfied.
This is the only part that works out of my if statement - the part that is giving me problems is the empty($FILES['file']) it doesn't seem to work because when I leave the form fields blank for the upload files shouldn't empty($FILES['file']) be true and therefore make the if statement true?
And therefore executing the conditional?
--edited to make more sense