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=' +
idCine | +nombre | +Dirección | +Teléfono | +
---|---|---|---|
'. $cinema['idCine'] .' | +'. $cinema['name'] .' | +'. $cinema['address'] .' | +'. $cinema['phone_number'] .' | +