diff --git a/Move & Restore/profile.php b/Move & Restore/profile.php new file mode 100644 index 0000000..f277874 --- /dev/null +++ b/Move & Restore/profile.php @@ -0,0 +1,54 @@ +query("SELECT * FROM users WHERE idUsers = '$user'"); +if ($get_user->num_rows == 1) +{ + $profile_data = $get_user->fetch_assoc(); +} +} +?> + + + +

Home | 's Profile

+

Edit Profile
+

Personal Information + <?php echo $profile_data['uidUsers'] ?>'s Profile + +
+

+ +
+ profile default picture +
+
+ + + + + + + + + + An error occurred. Please login to this account before viewing personal information."; + } + ?> +
Username:

Email:
+
+ + diff --git a/Move & Restore/searchprofiles.php b/Move & Restore/searchprofiles.php new file mode 100644 index 0000000..6ffe4a9 --- /dev/null +++ b/Move & Restore/searchprofiles.php @@ -0,0 +1,38 @@ + + <?php echo $username ?>s Profile +
+ + +

's Profile


+ + + +
Username:
E-mail:
+ + + +
\ No newline at end of file diff --git a/Move & Restore/update-profile-action.php b/Move & Restore/update-profile-action.php new file mode 100644 index 0000000..010bef4 --- /dev/null +++ b/Move & Restore/update-profile-action.php @@ -0,0 +1,21 @@ +