Hello,
I dont know how to ask the question but i'll try.
<?php
$host = "localhost"; //de host meestal gewoon localhost
$user = "beheerder_mb"; //je database username
$pass = "floris"; //Je database wachtwoord
$tablename = "beheerder_mb"; //Je database naam
$sitelink = "http://www.mafiabase.net"; //Je website link. GEEN v3 erachter!
$itemsperpage = 30;
$connection = new mysqli($host, $user, $pass, $tablename);
?>
How am i supposed to fill this in?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.