diff --git a/bdd.db b/bdd.db old mode 100644 new mode 100755 index 010e9d9..3379a57 Binary files a/bdd.db and b/bdd.db differ diff --git a/index.html b/index.html deleted file mode 100644 index 303939c..0000000 --- a/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - Document - - - Hello world ! - - \ No newline at end of file diff --git a/index.php b/index.php old mode 100644 new mode 100755 index e69de29..fa20fe5 --- a/index.php +++ b/index.php @@ -0,0 +1,7 @@ + query('SELECT * FROM Info'); +$res = $query -> fetchall(); +var_dump($res); + +?> \ No newline at end of file diff --git a/script.js b/script.js old mode 100644 new mode 100755