Basic pHp crud process with mysql database
All codes are written with explanation(comment) lines.
This project is made for understanding the basics of create, read, update and delete with pure Php.
You just need to check "connect.php" file to make changes to connect your database.
Also includes a simple yet functional odd-even number finder application.