Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/delight-hk3/idcheck
- Owner: delight-HK3
- Created: 2022-02-01T23:26:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T04:47:10.000Z (over 2 years ago)
- Last Synced: 2024-10-13T12:03:54.410Z (2 months ago)
- Topics: ajax, apache-server, codeigniter3, jquery, mariadb, php5, phpmyadmin, sql-query
- Language: PHP
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 방법 블로그 글