Tag Archives: username validation using codeigniter

username validation using codeigniter-check the username in the databse for validating a user

Here 2 validations are added first one is if user not entering any values it will alert message.second is if user enter ‘mydoubts.in’ in the username field it will throw alert message. step1:Create a database in mysql using phpmydmin.After installling the xaamp/Waamp Type the below url into the browser. http://localhost/phpmyadmin/ # create a database called… Read More »

username validation using codeigniter

Here 2 validations are added first one is if user not entering any values it will alert message.second is if user enter ‘mydoubts.in’ in the username field it will throw alert message. stept1:create view file inside the application/views-uservalidationpage.php uservalidationpage.php

step2: create a controller inside the application/controllers/usernamevalidation.php usernamevalidation.php