tijanidevit/Basic-Php-PDO-CRUD
This is a very simple php CRUD code written using PDO. Users can register, login, update account and delete account. It checks for users with the same username and avoid duplication of username. Very simple code and easy for new php developers
PHP