HTML interesse |
|
Dat je de gegevens, die in config.php staan moet veranderen in de uwe.
voorbeeld:
<?php
//standaard in config.php
$database = "uwdatabase"
// verander bijv in:
$database = "localhost"
?>
<?php //standaard in config.php $database = "uwdatabase" // verander bijv in: $database = "localhost" ?>
|