dbconnect.php
Gesponsorde koppelingen
PHP script bestanden
Code (php)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
<?php
$host = "localhost";
$user = "root";
$password = "";
$database = "worldmap";
$worldmap = mysqli_connect($host,$user,$password,$database) or die("Couldn't connect to the database");
?>
$host = "localhost";
$user = "root";
$password = "";
$database = "worldmap";
$worldmap = mysqli_connect($host,$user,$password,$database) or die("Couldn't connect to the database");
?>