Data from server side php script to client side
Hi, I have setup php file to validate Userid and password after the form submission from the client side, how do i display the results like “incorrect Id and password ” on the login form to the user? Appreciate your…