Shows customer email in the email field of register customer

This commit is contained in:
Stacy 2024-03-26 15:53:32 +08:00
parent 3219755a31
commit 951859d610
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<?php
include "functions.php";
$customers = getVendorbyId($_SESSION["customerId"]);
$customerData = json_decode($customers, true);
?>
<!DOCTYPE html>
<html lang="en">