@session_start(); include "../config.php"; include "../database.php"; include "../function.php"; $captcha = randomCaptcha(); $_SESSION["regis-captcha"] = $captcha; if(!isset($_SESSION["show-message"])){ $_SESSION["alert-title"] = ""; $_SESSION["alert-text"] = ""; $_SESSION["alert-icon"] = ""; } ?>