function init()
{
    $db = db_connect();
    get_entry_data($db);
}
Beispiel #2
0
function entry_data()
{
    echo get_entry_data();
}