From 3471daf37b11c2d6706758f67483fd2a29792ff6 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 8 Nov 2023 19:51:34 +0100 Subject: [PATCH] dgo --- update/demo.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 update/demo.php diff --git a/update/demo.php b/update/demo.php new file mode 100644 index 0000000..6fa6d18 --- /dev/null +++ b/update/demo.php @@ -0,0 +1,41 @@ + 25, "label" => "Sunday"), + array("y" => 15, "label" => "Monday"), + array("y" => 25, "label" => "Tuesday"), + array("y" => 5, "label" => "Wednesday"), + array("y" => 10, "label" => "Thursday"), + array("y" => 0, "label" => "Friday"), + array("y" => 20, "label" => "Saturday") +); + +?> + + + + + + +
+ + + \ No newline at end of file