test_html.php 765 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 = [];
$array_domains = $db->getdomains();

// = array(
    
 //   "url" => "google.de",
//);


/**
$array_domains[0]["url"] = '';
$array_domains[0]["url"] .= "antolin.de";
$array_domains[1]["url"] = '';
$array_domains[1]["url"] .= "www.heise.de";
$array_domains[2]["url"] = '';
$array_domains[2]["url"] .= "kidsweb.wien";
**/
$sysout = new Sytemoutput();

$sysout->test_html($array_domains);