A collection of small PHP + MySQL practice projects, each demonstrating a single common web app pattern with plain PHP, PDO, and Bootstrap for styling.
- Crud-Operations — basic create/read/update/delete example backed by a MySQL table (
uygulama_crud.sql). - HitTracking — page view / hit counter for articles, with a MySQL schema (
hit.sql). - MultipleDataDeletion — form for selecting and deleting multiple user records at once (
kisiler.sql). - SearchInTime — date-range search example over a MySQL table (
uygulama_tarih.sql). - SimpleRegisterApp — simple registration/login form with a MySQL schema (
login_php.sql).
Each folder is self-contained: it has its own PHP files, a connection/baglanti.php database connection script, styling, and (where relevant) a .sql file to set up the required table.