You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "La fiesta que has intentado cerrar no fue abierta por ti.";
}
else{
?>
La fiesta se ha cerrado,a partir de ahora no aparecerá en la página de inicio, sino que tendrás que buscarla en el historial (cuando implente el historial, claro está).
<?php
$sql = "UPDATE `fiestas` SET `abierto` = '1' WHERE `id_fiesta` ='" . $id_fiesta . "'";