Skip to content

Repository files navigation

PHPExamples

A collection of small PHP + MySQL practice projects, each demonstrating a single common web app pattern with plain PHP, PDO, and Bootstrap for styling.

What's inside

  • 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.

About

Small PHP + MySQL practice projects covering CRUD, hit tracking, multi-row deletion, date-range search, and a simple registration form

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages