wrtite_start_index.php
466 Bytes
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
require_once './include/configure.php';
require_once './include/classes/Connectdb.php';
require_once './include/classes/Sytemoutput.php';
$db = new Connectdb();
$array_domains = $db->getdomains();
$sysout = new Sytemoutput();
$sysout->start_index_html($array_domains);