Heya, Well im trying to make a register page for newestcoserver..
but I can't connect to it. when I open it in my webbrowers it says:
Username:
Password:
Repeat Password:
3 && strlen($_POST['pass']) < 32) { $sql = "INSERT INTO `tablename` (Table1, Table2) VALUES ('".$_POST['username']."', '".$_POST['pass']."')"; $sql = mysql_query($sql); echo "Registered Successfully"; } else { die("Your password must be between 3 and 32 characters."); } } else { die("Your passwords do not match."); } } else { die("Please enter in a password."); } } ?>
config.ini is ok and I putted it in xampp htdocs..
Could anyone help me please?
thanks






