mysql_query("INSERT INTO `group` (`id`,`name`,`realname`,`description`,`pay`,`rebuy `,`expire`) VALUES (NULL,'".$_POST['name']."','".$_POST['realname']."','".$_POST['description']."','".$_POST['pay']."','".$_POST['rebuy']."','".$_POST['expire']."');",$connect) or die(mysql_error());