Posts by Nuno Gonçalves • 136 points
2 posts
-
1
votes1
answer292
viewsA: Fullcalendar does not appear navigation bar
Are you including the libs necessary? Check below. $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'title', center: 'month,agendaWeek,agendaDay', right:…
-
2
votes2
answers565
viewsA: Add multiple products to a single mysql order
Basically you have to return the generated key to the submitted order and then make a loop by products assigning the same key. Example: // inserir a encomenda $sql = "INSERT INTO encomenda (...)…