Commit 0c095dea authored by Nico Schallehn's avatar Nico Schallehn

test

parent 293b76c1
...@@ -147,7 +147,9 @@ if($_GET["action"] == "filme"){ ...@@ -147,7 +147,9 @@ if($_GET["action"] == "filme"){
var_dump($Data); var_dump($Data);
$content .= ob_get_clean(); $content .= ob_get_clean();
$content .= '<div style="width: 100%; overflow: auto;"><table border="1">'.PHP_EOL; $content .= '<div style="width: 100%; overflow: auto;"><table border="1">'.PHP_EOL;
$content .= '<tr><th>Von</th> <th> Bis</th>'; $content .= '<tr><th rowspan="2">Von</th> <th rowspan="2"> Bis</th>
<th colspan="'.count($API->SpaltenFilme).'"> SpaltenFilme</th>
<th colspan="'.count($API->SpaltenEpisoden).'"> SpaltenEpisoden</th></tr>';
foreach ($API->SpaltenFilme as $value) { foreach ($API->SpaltenFilme as $value) {
$content .= '<th>'.$value.'</th>'; $content .= '<th>'.$value.'</th>';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment