Saltar al contenido

Proyectos · PHP

Sincronizado desde GitHub

CRUD

CRUD exercise in PHP: create, read, update and delete against a database.

PHPCSS

2 lenguajes · sin licencia declarada · actualizado 20/08/2026

Por qué existe

CRUD — hotel reservations

A minimal create-read-update-delete application in plain PHP against MySQL. No framework, no ORM: the point of the exercise is to see the four operations and the SQL underneath them without anything in the way. Files

· File · Role ·

· db.php · Connection. Everything else includes it. · · index.php · List of reservations. · · create.php · Insert form and handler. · · read.php · Single-record view. · · delete.php · Removal. · · styles.css · Layout. · Running it

Any PHP environment with MySQL works — XAMPP, MAMP, or php -S alongside a local MySQL server. Create a database named hotelreservas. Point db.php at it. The file ships with localhost / root / empty password, which are the defaults a fresh XAMPP install gives you. Change them before this runs anywhere but your own machine — an empty root password is fine on localhost and nowhere else. Serve the directory…

Decisiones

Cómo está construido

Qué resuelve

CRUD exercise in PHP: create, read, update and delete against a database.

Superficie técnica

Lenguajes: PHP, CSS. Temas: crud, mysql, php.

Estado verificable

Rama main; sin licencia declarada; última publicación 20/08/2026. 0 estrellas y 0 forks al corte del catálogo.

Autoría

CRUD es un proyecto de Jhon Steven Alvarez Ruiz, economista y analista de datos en Neiva, Colombia. El repositorio forma parte del catálogo público de github.com/SirHegel.

Los demás proyectos