Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-02 14:55:05 +02:00
committed by GitHub
parent 6efe3fc241
commit 85a0ff411d
8 changed files with 151 additions and 21 deletions

View File

@ -83,6 +83,7 @@ class FormPurchase extends Form {
<p>Película: ".str_replace('_', ' ', strtoupper($this->film->getTittle()))."</p>
<p>Cine: ".$this->cinema->getName()."</p>
<p>Sala: ".$this->session->getIdhall()."</p>
<p>Asiento: ".$_POST["checkbox11"]."</p>
<p>Fecha: ".date_format(date_create($this->session->getDate()), 'd-m-Y')."</p>
<p>Hora: ".$this->session->getStartTime()."</p>
<p>Precio: ".$this->session->getSeatPrice()."€</p>