From a169680afb0f3544050acd667af2158a1368577e Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Sat, 6 Jul 2024 14:37:08 -0500 Subject: [PATCH] created user profile page: personal information & change password functionality --- hotel_booking/ajax/profile.php | 51 +++++++++ hotel_booking/profile.php | 188 +++++++++++++++++++++++++++++++++ 2 files changed, 239 insertions(+) create mode 100644 hotel_booking/ajax/profile.php create mode 100644 hotel_booking/profile.php diff --git a/hotel_booking/ajax/profile.php b/hotel_booking/ajax/profile.php new file mode 100644 index 0000000..153a824 --- /dev/null +++ b/hotel_booking/ajax/profile.php @@ -0,0 +1,51 @@ + \ No newline at end of file diff --git a/hotel_booking/profile.php b/hotel_booking/profile.php new file mode 100644 index 0000000..09cb57a --- /dev/null +++ b/hotel_booking/profile.php @@ -0,0 +1,188 @@ + + + + + + Profile | Midtown Hotel + + + + +
+ +
+
+
+
+

Profile

+

+
+ +
+

+ +

+
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+
+ +
+

+ +

+
+
+
+
+
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+
+
+ +
+
+ + + + + + + + \ No newline at end of file