prepare('SELECT * FROM users WHERE id = ?'); $stmt->execute([$user_id]); $user = $stmt->fetch(); ?>
Your current balance:
Back to Dashboard