Skip to content

Booking system developed on DB localhost, based on example cinema ticket booking.

License

Notifications You must be signed in to change notification settings

CarloP91/sistemaprenotazione

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sistema Prenotazione / Booking System

Created and developed by: Carlo Pennetta.

Suggest to use it whit implementation of $_[SESSION]

For try it, create a localhost db with following conditions:

$servername = "localhost"; $username = "root"; $password = ""; $dbname = "testcinema";

table name= assegnazioneposti

field: id - nome - cognome - prezzo - posto - stato

The stato's field can change in: DISPONIBILE - PRENOTATO - SELEZIONATO (trad: available - booked - selected).

About

Booking system developed on DB localhost, based on example cinema ticket booking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published