An open API service indexing awesome lists of open source software.

https://github.com/salithaucsc/ajax-jquery-usernamecheck

How to check an entered username id already stored in the database or not
https://github.com/salithaucsc/ajax-jquery-usernamecheck

ajax bootstrap codeigniter3 jquery php

Last synced: 2 months ago
JSON representation

How to check an entered username id already stored in the database or not

Awesome Lists containing this project

README

          

Ajax-jQuery-UsernameCheck
===
## Check whether an entered username is available or not using the database
### Read the instructions below to the screenshots to run the project.

![usrnmcheck](https://user-images.githubusercontent.com/23145752/34405566-1b8d807c-ebda-11e7-82e5-dd749a5fe9b6.png)

![usrnmcheck2](https://user-images.githubusercontent.com/23145752/34405571-1e9240f0-ebda-11e7-9469-f05f83998c69.png)

1. Download the zip file.
2. Extract it and rename as **AjaxUsernameCheck**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called **ajax_username** and select it.
5. Then import the SQL file included in the project folder called **ajax_username.sql**.
6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
7. Create a new folder called "Projects".
8. Now move the AjaxUsernameCheck folder into it.
9. Type the URL for the project as - "http://localhost/Projects/AjaxUsernameCheck".