In registration form mostly in web 2.0, email address is required to register for each user. In registration form we need to check email address from the database using Ajax to avoid the email duplicates, and the form tell the user the email inputted is exist and we need to change the email address. In this this tutorial, we create a simple registration form for the demo and we use jQuery Ajax to request the
Read more 0Author: kea
15 Jun 2016
1 Jul 2014
Login is the one of the security in our website, it is a procedure to gain access in our web application gain access such as admin page, control page or profile page. Login almost requires username and password websites, desktop application and mobile application. Most popular website like an eCommerce or bank website, there login system has advance features they implemented, for example at least one digit in password, must have special character or not
Read more 0