session_start(); include("adm/baseconnect.php"); if (isset ($_REQUEST['eng_actives'])) $eng_actives = mysql_real_escape_string(htmlspecialchars(strip_tags(substr($_REQUEST['eng_actives'], 0, 50)))); if (isset ($_REQUEST['action'])) $action = mysql_real_escape_string(htmlspecialchars(strip_tags(substr($_REQUEST['action'], 0, 50)))); include("adm/function.php"); include("adm/db/parse_cfg.php"); include("tdk.php"); $tn = rand (100, 999); ?>