diff --git a/.idea/fdu-17ss-web-lab.iml b/.idea/fdu-17ss-web-lab.iml
new file mode 100644
index 00000000..24643cc3
--- /dev/null
+++ b/.idea/fdu-17ss-web-lab.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..d688db2a
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..d722b324
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..94a25f7f
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 00000000..2cfcbc26
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,436 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1522919880340
+
+
+ 1522919880340
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Lab04.html b/Lab04.html
index a40c8629..39eeb9ab 100644
--- a/Lab04.html
+++ b/Lab04.html
@@ -2,18 +2,99 @@
- Lab 04
+ Lab 04
diff --git a/Lab06.html b/Lab06.html
index 6c15b947..dfa2acb5 100644
--- a/Lab06.html
+++ b/Lab06.html
@@ -4,7 +4,7 @@
Lab06
-
+
@@ -15,4 +15,5 @@ Share Your Travels
+
\ No newline at end of file
diff --git a/Lab07.html b/Lab07.html
new file mode 100644
index 00000000..2a6285df
--- /dev/null
+++ b/Lab07.html
@@ -0,0 +1,31 @@
+
+
+
+
+ Lab07
+
+
+
+
+
+ SELECT ONE
+ CREATE TABLE
+ ADD ROW
+ DELETE ROW
+ DELETE TABLE
+
+
+
+
+
+
+ SELECT (default: last created)
+
+
+
+
+
+
diff --git a/Lab08.php b/Lab08.php
index 7982419d..ee768be5 100644
--- a/Lab08.php
+++ b/Lab08.php
@@ -18,13 +18,13 @@
-
+
-
+
Posts
@@ -43,6 +43,7 @@
?>
+
diff --git a/Lab09.php b/Lab09.php
index 6599d57e..ecfd2308 100755
--- a/Lab09.php
+++ b/Lab09.php
@@ -27,7 +27,7 @@
-
+
@@ -37,13 +37,17 @@
@@ -52,25 +56,33 @@
diff --git a/Lab10.php b/Lab10.php
index 69db89d7..76fa5803 100755
--- a/Lab10.php
+++ b/Lab10.php
@@ -3,7 +3,7 @@
//****** Hint ******
//connect database and fetch data here
-
+$con = mysqli_connect("localhost",'root','','travel');
?>
@@ -43,10 +43,10 @@
Select Continent
fetch_assoc()) {
echo '' . $row['ContinentName'] . ' ';
}
@@ -58,9 +58,13 @@
Select Country
fetch_assoc()) {
+ echo '' . $row['CountryName'] . ' ';
+ }
?>
@@ -74,8 +78,32 @@