stacy_branch #46

Merged
MarkHipe merged 3 commits from stacy_branch into main 2024-03-26 16:10:56 +08:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 951859d610 - Show all commits

View File

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