From e43faa3f650184d1e7681bbb5bf21c25fce34804 Mon Sep 17 00:00:00 2001 From: marian1010 <79144276+marian1010@users.noreply.github.com> Date: Thu, 25 Mar 2021 15:22:11 +0100 Subject: [PATCH] Create manage_cinemas.php --- panel_admin/manage_cinemas.php | 67 ++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 panel_admin/manage_cinemas.php diff --git a/panel_admin/manage_cinemas.php b/panel_admin/manage_cinemas.php new file mode 100644 index 0000000..50f1c28 --- /dev/null +++ b/panel_admin/manage_cinemas.php @@ -0,0 +1,67 @@ + "1234", + "name" => "cineJuan", + "address"=> "calle..", + "phone_number"=>"660099000", +); + +$delete_cinemas=' +
+

Lista de cines

+

+
+ + + + + + + + + + + + + + + + + + + + + + +
idCinenombreDirecciónTeléfono
'. $cinema['idCine'] .' '. $cinema['name'] .' '. $cinema['address'] .' '. $cinema['phone_number'] .'
+
+
'."\n"; +$add_cinemas=' +
+

Añadir o modificar cine

+
+
+
+ Datos del cine +
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+
+
'."\n"; +?>