Riprogrammazione Lezione

Lezione attuale: del

Scadenza abbonamento:

num_rows == 0): ?>

Classi non presenti per questo mese o oltre la data di scadenza.

Torna al portale fetch_assoc()): ?> format("d"); $monthInItalian = $italianMonths[$dateObj->format("F")]; $newDateFormat = $dateObj->format("d-m-Y H:i"); $eventId = $row['idserviceschedule']; $bookingQuery = "SELECT iduser FROM bookingclass WHERE idserviceschedule = ? AND status='booked'"; $stmtBooking = $conn->prepare($bookingQuery); $stmtBooking->bind_param("i", $eventId); $stmtBooking->execute(); $bookingResult = $stmtBooking->get_result(); $countPersons = $bookingResult->num_rows; $stmtBooking->close(); $maxcapacity = $row['maxcapacity']; $freeplace = $maxcapacity - $countPersons; $idcheckservice = $row['idserviceschedule']; $query = "SELECT * FROM bookingclass WHERE idserviceschedule = ? AND iduser = ?"; $stmtCheck = $conn->prepare($query); $stmtCheck->bind_param("ii", $idcheckservice, $iduser); $stmtCheck->execute(); $resultcheck = $stmtCheck->get_result(); $alreadybooked = $resultcheck->num_rows > 0 ? 'Y' : 'N'; $stmtCheck->close(); ?>
0): ?>
0): ?>

- /

Quando:

Luogo: via Valassina 62/B Seregno - Sala Contesto Yoga

0): ?>
close(); $conn->close(); ?>