<?php
$connect = mysql_connect("localhot", "cj28778_bd", "1234567") or die(mysql_error());
mysql_select_db("cj28778_bd");
if(isset($_POST[submit])){
}
?>
<form method="post" action="register.php">
<input type="text" name="username" placeholder="Имя" required><br>
<input type="text" name="login" placeholder="Логин" required><br>
<input type="text" name="password" placeholder="Пароль" required><br>
<input type="text" name="r_password" placeholder="Повторите пароль" required><br>
<input type="submit" name="submit" value="Зарегистрироваться"></form>
Вот код, помогите пожалуйста