Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delight-hk3/idcheck

It is a function of checking ID duplicates in an asynchronous manner.
https://github.com/delight-hk3/idcheck

ajax apache-server codeigniter3 jquery mariadb php5 phpmyadmin sql-query

Last synced: about 1 month ago
JSON representation

It is a function of checking ID duplicates in an asynchronous manner.

Awesome Lists containing this project

README

        

# IDcheck

>사용한 프레임워크 : codeigniter 3

>사용한 언어 : php5, jQuery

>사용한 DB : MariaDB

>사용한 DBMS : MySQL

>사용한 서버 : Debian Linux server

>사용한 Tool : Visual Studio Code

>테스트한 OS : Debian Linux


제작한 목적 : 회원가입 기능이 있는 사이트는 대부분 ID 중복체크 기능이 있습니다, 이것을 버튼을 눌러 확인하는 방식이 아닌 실시간으로 확인하는 방식으로 하는 것이 더욱 편의성이 있겠다고 판단하여 제작해 보았습니다.


### 주의사항


  • codeIgniter3 에서 Index 죽이기 작업을 하고 진행했습니다. 위의 코드를 실행시키려면 먼저 Index 죽이기 작업을 하셔야 합니다.

  • index.php remove 방법 블로그 글



IDcheck 설명 포스트