Posts by Cristiano Mendes • 41 points
3 posts
-
2
votes5
answers1540
viewsA: Check that all $_POST was shipped without using too many ifs
I work as follows in my projects: 1 - I leave the input obligatorily, placing the required: <input type="text" name="nome" placeholder="Nome" required> Thus, the form is not sent without this…
-
0
votes0
answers141
viewsQ: Request problem $.ajax - Receive HTML table
I’m not getting to mount the modal getting a table using the $.ajax. Does anyone have any tips? I’m sending him this way: JS file: $("html").on('click', "#modalHorariosQuadra", function(){ var…
-
1
votes0
answers38
viewsQ: Receive $POST data to validate login
A little help hehe I’m having trouble creating a login validation in a pattern MVC. I think I managed to structure it right and my login screen appear in the index. So far everything okay. When I…