$res = mysql_query ("INSERT INTO `users` ( `user` , `pass` , `city` , `country` , `name` , `DR` , `uid` , `level` , `email` ,`DS` , `zvanie`,`pol`,`location`,`smuser`,`nmymen`) VALUES ('".$_POST['user']."', '".(md5($_POST['pass']))."', '".$_POST['city']."', '".$_POST['country']."', '".$_POST['name']."', '".$_POST['yeard']."--".$_POST['monthd']."--".$_POST['dayd']."', '".$uid."', '0', '".(strtolower($_POST['email']))."' , '".$ds."' , '0','".$_POST["pol"]."','city0',LOWER('".$_POST['user']."') ,8); ");
if ($res==1)Echo "<font class=hp>Спасибо за регистрацию!</font>";else
Echo "<font class=hp>Ошибка в SQL запросе.</font>";
$_SESSION["reg"] = '1';