in this line password='$_POST[pass]'";

you have error change it to password='$_POST['pass']'";

Reply via email to