From 5ddf8de3691fde866c5a48b440cffa2990b2014c Mon Sep 17 00:00:00 2001 From: Debulois Date: Thu, 3 Feb 2022 13:02:21 +0100 Subject: Initial commit --- Views/Includes/incl_myMission_table.php | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Views/Includes/incl_myMission_table.php (limited to 'Views/Includes/incl_myMission_table.php') diff --git a/Views/Includes/incl_myMission_table.php b/Views/Includes/incl_myMission_table.php new file mode 100644 index 0000000..9a50f5c --- /dev/null +++ b/Views/Includes/incl_myMission_table.php @@ -0,0 +1,39 @@ +get_all_mission_by_id($_SESSION["id"]); +echo(' +
+ +
+

'.$text[basename(__FILE__, ".php")]["h2"].'

+ + + '.PHP_EOL); +foreach($header[3] as $header) { + echo(" ".PHP_EOL); +} +echo(" ".PHP_EOL); +foreach ($result as $rows) { + echo(" + ".PHP_EOL); + foreach ($rows as $value) { + echo(" ".PHP_EOL); + } + echo(" ".PHP_EOL); +} +echo('
".$header."
".$value."
+ +
+
'.PHP_EOL); +?> \ No newline at end of file -- cgit v1.2.3