From e7d2fb25a875dcb3faf401258f00496a6775d94f Mon Sep 17 00:00:00 2001 From: readhame Date: Thu, 4 Jun 2020 15:40:17 +0200 Subject: [PATCH] test de BD --- testBD/.idea/dataSources.local.xml | 10 ++++ testBD/.idea/dataSources.xml | 11 ++++ testBD/.idea/misc.xml | 6 +++ testBD/.idea/modules.xml | 8 +++ testBD/.idea/testBD.iml | 8 +++ testBD/.idea/workspace.xml | 79 +++++++++++++++++++++++++++++ testBD/SQLiteConnection.php | 14 +++++ testBD/SQLiteTests.php | 40 +++++++++++++++ testBD/hyperSet.sql | 6 +++ testBD/hyperset.db | Bin 0 -> 12288 bytes testBD/index.php | 30 +++++++++++ 11 files changed, 212 insertions(+) create mode 100644 testBD/.idea/dataSources.local.xml create mode 100644 testBD/.idea/dataSources.xml create mode 100644 testBD/.idea/misc.xml create mode 100644 testBD/.idea/modules.xml create mode 100644 testBD/.idea/testBD.iml create mode 100644 testBD/.idea/workspace.xml create mode 100644 testBD/SQLiteConnection.php create mode 100644 testBD/SQLiteTests.php create mode 100644 testBD/hyperSet.sql create mode 100644 testBD/hyperset.db create mode 100644 testBD/index.php diff --git a/testBD/.idea/dataSources.local.xml b/testBD/.idea/dataSources.local.xml new file mode 100644 index 0000000..6df17e9 --- /dev/null +++ b/testBD/.idea/dataSources.local.xml @@ -0,0 +1,10 @@ + + + + + + false + + + + \ No newline at end of file diff --git a/testBD/.idea/dataSources.xml b/testBD/.idea/dataSources.xml new file mode 100644 index 0000000..d699e55 --- /dev/null +++ b/testBD/.idea/dataSources.xml @@ -0,0 +1,11 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:C:\wamp64\www\testBD\hyperSet.db + + + \ No newline at end of file diff --git a/testBD/.idea/misc.xml b/testBD/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/testBD/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/testBD/.idea/modules.xml b/testBD/.idea/modules.xml new file mode 100644 index 0000000..fd00a8b --- /dev/null +++ b/testBD/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/testBD/.idea/testBD.iml b/testBD/.idea/testBD.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/testBD/.idea/testBD.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/testBD/.idea/workspace.xml b/testBD/.idea/workspace.xml new file mode 100644 index 0000000..f37ca68 --- /dev/null +++ b/testBD/.idea/workspace.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + +
+ Entrez votre score :
+ + +insert($_GET['pseudo'],$_GET['score']); +} \ No newline at end of file