diff --git a/src/Admin/customer_profile.php b/src/Admin/customer_profile.php index e69de29..18582c9 100644 --- a/src/Admin/customer_profile.php +++ b/src/Admin/customer_profile.php @@ -0,0 +1,97 @@ +prepare("SELECT * FROM `Customers` WHERE `CustomerID` = :userid"); +$stmt->bindValue(":userid", $userid, PDO::PARAM_INT); +$stmt->execute(); +$result = $stmt->fetchAll(PDO::FETCH_ASSOC); +?> + +
+

Edit Profile

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