<?php function showAlert($title, $type, $message, $duration = 3000) { $_SESSION['flash_title'] = $title; $_SESSION['flash_type'] = $type; $_SESSION['flash_message'] = $message; $_SESSION['flash_duration'] = $duration; } ?>