Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$connection = mysql_connect(.....)
mysql_close($connection)
In PHP muss man normalerweise nie Resourcen freigeben.PHP.NET schrieb:Die Verwendung von mysql_close() ist für gewöhnlich nicht notwendig, weil offene, nicht persistente Verbindungen automatisch mit Beendigung des PHP-Skripts geschlossen werden.