Archive is open
Welcome to the Vettaville.nl archive
A new service that enables you to search previous information, choose the appropriate button for each month or year
Go back to the latest news by clicking on the Route Vettaville.nl logo at the left
|
|
$db_host = "mysql.your.name";
$db_login = "vettaville";
$db_pass = "tG6-Yab";
$db_database = "vettaville";
$link = mysql_connect($db_host,$db_login,$db_pass) or die("MySQL connectie mislukt.");
mysql_select_db("$db_database")or die("Selecteren van database mislukt.");
?> | |