I was taught to put mysqli_close in the footer.php that I include in every page as "best practice". ;)
From what I read here and here it is not exactly necessary, but would you go as far as saying it's bad practice?
Should I put the effort into removing it and only using it when necessary?
I can't imagine my server taking anything but a negligible performance hit from this extra line of script. Am I wrong?