Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if($checkUser->rowCount() > 0 || $checkEmail->rowCount() > 0){
- $showModal = true;
- }
- <script>
- $(".modal-title").html("Registration Error!");
- $(".modal-body p").html("Username already exists!");
- $("#modal").show();
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement