include("_header.inc.php"); ?>
|
include("_lefter1.inc.php");
?>
include("_lefter2.inc.php");
?>
|
if($_POST['Submit']) { if ($_POST['table'] == 'inquire') { if (checkuaername($_REQUEST["username"])) { echo ""; } else { $obj = & initClass($db,$GLOBALS['vars']['module'], $GLOBALS['vars']['act']); if(dataAdd($db,$obj)) { $msg = "Submit Successfully"; } if($msg) echo jsHandle($msg, $back, $target = "index.php"); } } } ?> |