Commit 6c7e4e50 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f60a7501
...@@ -175,13 +175,13 @@ if($_GET["action"] == "filme"){ ...@@ -175,13 +175,13 @@ if($_GET["action"] == "filme"){
if(isset($_POST)){ if(isset($_POST)){
ob_start(); ob_start();
var_dump($_POST); var_dump($_POST);
$content .= ob_get_clean()."<br><br>"; $content .= "<pre>".ob_get_clean()."</pre><br><br>";
} }
$Data = json_decode(file_get_contents(API_Rights), true); $Data = json_decode(file_get_contents(API_Rights), true);
ob_start(); ob_start();
var_dump($Data); //var_dump($Data);
$content .= ob_get_clean(); $content .= ob_get_clean();
$content .= '<div style="width: 100%; overflow: auto;"><table>'.PHP_EOL; $content .= '<div style="width: 100%; overflow: auto;"><table>'.PHP_EOL;
$content .= ' <tr><th >Von</th> <th> Bis</th> '; $content .= ' <tr><th >Von</th> <th> Bis</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