Site Tools


Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
prog:php:functions:array2html_table
function webdk_array2html_table($arr, $headings = false)
{
    $html = '<table cellspacing="0" cellpadding="0" class="bordered_table"><tr><td><table cellspacing="1" cellpadding="2" align="left" valign="top">';
 
    // vajadusel lisame ka tabeli p2ise
    if ($headings)
        $html .= '<tr><th nowrap class="list_heading">'.implode('</th><th nowrap class="list_heading">', $headings).'</th></tr>';
 
//    foreach ($data )
 
 
    $html .= "</table></td></tr></table>";
    return $html;
}
prog/php/functions/array2html_table.txt · Last modified: 2019/09/20 15:52 by 127.0.0.1