How can I use AJAX call to find out if a user exists and then continue to next code? – Jquery ajax
Let's say I have a login form, with 2 fields, email and password, first I want to check if the user email is actually registered or not, so I made a separate file named user_check.php with the PHP code to…