So if I have multiple forms performing different functions on the same page, is it best to put all the php code at the top of the page before I declare the doctype?
Is this considered best practice? Is this also what prevents the header already assigned errors that need to be corrected with the ob_start, etc functions?