klik untuk menyalin
👇
<?php
include 'db.php';
if(!isset($_SESSION['user_id'])) { header("Location: login.php"); exit; }
echo "Selamat datang, " . $_SESSION['user_id'];
?>
<a href="edit_profil.php">Edit Profil</a> |
<a href="add_product.php">Tambah Produk</a> |
<a href="orders.php">Pesanan Saya</a> |
<a href="index.php">Home</a>
Komentar untuk File dashboard.php
Posting Komentar