Commit 1b4301e9 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0037d4bb
......@@ -190,6 +190,15 @@ if($_GET["action"] == "filme"){
//echo $selected."</br>";
}
}
$Data[$_POST["ID"]]["SpaltenEpi"] =array();
if(!empty($_POST["Episoden_list"])){
// Loop to store and display values of individual checked checkbox.
foreach($_POST["Episoden_list"] as $selected){
array_push($Data[$_POST["ID"]]["SpaltenEpi"],$selected);
//echo $selected."</br>";
}
}
file_put_contents(API_Rights, json_encode($Data,JSON_PRETTY_PRINT));
......
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