Dashboard
Direct Income
₹
Team Income
₹
Leg Match Bonus
₹
Passive Income
₹
Recent Transactions
| Date | Type | Amount | Description |
|---|---|---|---|
| No recent transactions. | |||
| ₹ | |||
prepare("SELECT * FROM users WHERE id = :id"); $stmt->execute([':id' => $_SESSION['user_id']]); $user = $stmt->fetch(PDO::FETCH_ASSOC); // Fetch last 5 transactions $stmt = $db->prepare("SELECT * FROM transactions WHERE user_id = :user_id ORDER BY created_at DESC LIMIT 5"); $stmt->execute([':user_id' => $_SESSION['user_id']]); $recent_transactions = $stmt->fetchAll(PDO::FETCH_ASSOC); $site_name = 'Kutumbh Infra'; ?>
₹
₹
₹
₹
| Date | Type | Amount | Description |
|---|---|---|---|
| No recent transactions. | |||
| ₹ | |||