Advertisement
Guest User

so_post

a guest
Mar 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if($checkUser->rowCount() > 0 || $checkEmail->rowCount() > 0){
  2. $showModal = true;
  3. }
  4.  
  5. <script>
  6. $(".modal-title").html("Registration Error!");
  7. $(".modal-body p").html("Username already exists!");
  8. $("#modal").show();
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement