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.
<?php
mysql_connect("localhost", "root", "") or die("Verbindung zum Datenbankserver konnte nicht hergestellt werden.");
mysql_select_db("test") or die("Verbindung zur Datenbank konnte nicht hergestellt werden.");
?>
Fatal error: Call to undefined function mysql_connect() in C:\Programme\Apache Group\Apache2\htdocs\data.php on line 2