Page is a not externally linkable
whatson - 9:21 pm on Jan 16, 2013 (gmt 0)
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?