Example #1
0
                    border-style: solid;
                    border-color: #a9c6c9;
                    text-align: center;
            }
        </style>
    </head>
    <body>
        <div id="contenedor">
        <?php 
$atraccio = new Atraccions();
$estat = new Estat();
$tAtrac = new TipusAtraccions();
$desti = new Desti();
$promocio = new Promocio();
if ($_GET['idEliminar']) {
    if ($atraccio->delete($_GET['idEliminar'])) {
        echo "<h2>Atracción eliminada!</h2>";
    } else {
        echo "<h2>Error! Atracción no eliminada!</h2>";
    }
}
?>
            <form id="form" method="POST">
            <table class="hovertable">
                <tr>
                    <td><b> Nombre </b></td>
                    <td><b> Descripcion </b></td>
                    <td><b> Duracion </b></td>
                    <td><b> Precio </b></td>
                    <td><b> Estado </b></td>
                    <td><b> Puntuación </b></td>