noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/05: test : compute min et max periode


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/05: test : compute min et max periode
Date: Sat, 26 Oct 2019 10:37:37 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7b91ab7e28688a93dabfa5d68bfdffc7a28f3c12
Author: Dany De Bontridder <address@hidden>
Date:   Sat Oct 26 16:12:26 2019 +0200

    test  : compute min et max periode
---
 html/test.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/html/test.php b/html/test.php
index 7fd9477..ed9a957 100644
--- a/html/test.php
+++ b/html/test.php
@@ -96,6 +96,10 @@ for ($e_scan=0; $e_scan<$maxscan; $e_scan++)
         }
     }
 $script=$http->request('script', "string",'');
+$min=$cn->get_value("select p_id from parm_periode order by p_start asc limit 
1");
+$max=$cn->get_value("select p_id from parm_periode order by p_start desc limit 
1");
+printf ("Max période %s Min période %s",$max,$min);
+
 if ($script=="")
 {
     echo "<h1>Test NOALYSS</h1>";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]